Module Name: src
Committed By: he
Date: Mon Nov 7 12:40:26 UTC 2011
Modified Files:
src/distrib/utils/sysinst/arch/vax: md.c
Log Message:
Return 0 from md_pre_mount(), which is otherwise empty here, so that
this builds again.
To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 src/distrib/utils/sysinst/arch/vax/md.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/distrib/utils/sysinst/arch/vax/md.c
diff -u src/distrib/utils/sysinst/arch/vax/md.c:1.37 src/distrib/utils/sysinst/arch/vax/md.c:1.38
--- src/distrib/utils/sysinst/arch/vax/md.c:1.37 Fri Nov 4 11:27:05 2011
+++ src/distrib/utils/sysinst/arch/vax/md.c Mon Nov 7 12:40:26 2011
@@ -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 @@ md_update(void)
int
md_pre_mount()
{
+ return 0;
}