Source-Changes-HG archive

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

[src/netbsd-1-4]: src/distrib/utils/sysinst/arch/bebox pullup 1.12->1.13 (fvd...



details:   https://anonhg.NetBSD.org/src/rev/edfa994e98cf
branches:  netbsd-1-4
changeset: 469207:edfa994e98cf
user:      perry <perry%NetBSD.org@localhost>
date:      Mon Jul 12 19:36:50 1999 +0000

description:
pullup 1.12->1.13 (fvdl): fix upgrade core dump

diffstat:

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

diffs (18 lines):

diff -r 38a5df48f09c -r edfa994e98cf distrib/utils/sysinst/arch/bebox/md.c
--- a/distrib/utils/sysinst/arch/bebox/md.c     Mon Jul 12 19:30:24 1999 +0000
+++ b/distrib/utils/sysinst/arch/bebox/md.c     Mon Jul 12 19:36:50 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: md.c,v 1.7.2.2 1999/06/24 22:45:35 cgd Exp $ */
+/*     $NetBSD: md.c,v 1.7.2.3 1999/07/12 19:36:50 perry Exp $ */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -67,7 +67,7 @@
        printf ("%s", msg_string (MSG_dofdisk));
 
        /* write edited MBR onto disk. */
-       if (write_mbr(diskdev, mbr, sizeof mbr) != 0) {
+       if (write_mbr(diskdev, mbr, sizeof mbr, 1) != 0) {
                msg_display(MSG_wmbrfail);
                process_menu(MENU_ok);
                return 1;



Home | Main Index | Thread Index | Old Index