Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/distrib/utils/sysinst/arch Two more instances which need "re...



details:   https://anonhg.NetBSD.org/src/rev/a8a09a413596
branches:  trunk
changeset: 771066:a8a09a413596
user:      he <he%NetBSD.org@localhost>
date:      Mon Nov 07 14:18:51 2011 +0000

description:
Two more instances which need "return 0;" to fix the build.

diffstat:

 distrib/utils/sysinst/arch/x68k/md.c   |  3 ++-
 distrib/utils/sysinst/arch/zaurus/md.c |  3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diffs (30 lines):

diff -r ea36db52ccc7 -r a8a09a413596 distrib/utils/sysinst/arch/x68k/md.c
--- a/distrib/utils/sysinst/arch/x68k/md.c      Mon Nov 07 13:39:54 2011 +0000
+++ b/distrib/utils/sysinst/arch/x68k/md.c      Mon Nov 07 14:18:51 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: md.c,v 1.41 2011/11/04 11:27:05 martin Exp $ */
+/*     $NetBSD: md.c,v 1.42 2011/11/07 14:18:51 he Exp $ */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -331,4 +331,5 @@
 int
 md_pre_mount()
 {
+       return 0;
 }
diff -r ea36db52ccc7 -r a8a09a413596 distrib/utils/sysinst/arch/zaurus/md.c
--- a/distrib/utils/sysinst/arch/zaurus/md.c    Mon Nov 07 13:39:54 2011 +0000
+++ b/distrib/utils/sysinst/arch/zaurus/md.c    Mon Nov 07 14:18:51 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: md.c,v 1.9 2011/11/04 11:27:05 martin Exp $    */
+/*     $NetBSD: md.c,v 1.10 2011/11/07 14:18:52 he Exp $       */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -193,4 +193,5 @@
 int
 md_pre_mount()
 {
+       return 0;
 }



Home | Main Index | Thread Index | Old Index