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/pmax An empty stub routine should...



details:   https://anonhg.NetBSD.org/src/rev/0764bcac7ae0
branches:  trunk
changeset: 472107:0764bcac7ae0
user:      simonb <simonb%NetBSD.org@localhost>
date:      Wed Apr 21 11:55:07 1999 +0000

description:
An empty stub routine should return success not failure!

diffstat:

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

diffs (18 lines):

diff -r 5afae1462bfa -r 0764bcac7ae0 distrib/utils/sysinst/arch/pmax/md.c
--- a/distrib/utils/sysinst/arch/pmax/md.c      Wed Apr 21 06:00:07 1999 +0000
+++ b/distrib/utils/sysinst/arch/pmax/md.c      Wed Apr 21 11:55:07 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: md.c,v 1.29 1999/04/16 15:42:32 simonb Exp $   */
+/*     $NetBSD: md.c,v 1.30 1999/04/21 11:55:07 simonb Exp $   */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -122,7 +122,7 @@
  */
 int    md_pre_disklabel (void)
 {
-       return 1;
+       return 0;
 }
 
 



Home | Main Index | Thread Index | Old Index