Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/sysinst/arch/landisk Fix bogus return value from md...



details:   https://anonhg.NetBSD.org/src/rev/8eaeb91c78c3
branches:  trunk
changeset: 452061:8eaeb91c78c3
user:      martin <martin%NetBSD.org@localhost>
date:      Mon Jun 17 14:19:44 2019 +0000

description:
Fix bogus return value from md_post_newfs

diffstat:

 usr.sbin/sysinst/arch/landisk/md.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 869592efb8ab -r 8eaeb91c78c3 usr.sbin/sysinst/arch/landisk/md.c
--- a/usr.sbin/sysinst/arch/landisk/md.c        Mon Jun 17 14:18:32 2019 +0000
+++ b/usr.sbin/sysinst/arch/landisk/md.c        Mon Jun 17 14:19:44 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: md.c,v 1.6 2019/06/13 09:36:55 martin Exp $    */
+/*     $NetBSD: md.c,v 1.7 2019/06/17 14:19:44 martin Exp $    */
 
 /*
  * Copyright 1997,2002 Piermont Information Systems Inc.
@@ -165,7 +165,7 @@
                process_menu(MENU_ok,
                    __UNCONST("Warning: disk is probably not bootable"));
 
-       return true;
+       return 0;
 }
 
 int



Home | Main Index | Thread Index | Old Index