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/vax Return 0 from md_pre_mount(), ...



details:   https://anonhg.NetBSD.org/src/rev/d59fceda8118
branches:  trunk
changeset: 771064:d59fceda8118
user:      he <he%NetBSD.org@localhost>
date:      Mon Nov 07 12:40:26 2011 +0000

description:
Return 0 from md_pre_mount(), which is otherwise empty here, so that
this builds again.

diffstat:

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

diffs (15 lines):

diff -r ab29061acd86 -r d59fceda8118 distrib/utils/sysinst/arch/vax/md.c
--- a/distrib/utils/sysinst/arch/vax/md.c       Mon Nov 07 08:44:16 2011 +0000
+++ b/distrib/utils/sysinst/arch/vax/md.c       Mon Nov 07 12:40:26 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: md.c,v 1.37 2011/11/04 11:27:05 martin Exp $   */
+/*     $NetBSD: md.c,v 1.38 2011/11/07 12:40:26 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