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 pullup 1.7->1.8 (fvdl): fix upgra...



details:   https://anonhg.NetBSD.org/src/rev/38a5df48f09c
branches:  netbsd-1-4
changeset: 469206:38a5df48f09c
user:      perry <perry%NetBSD.org@localhost>
date:      Mon Jul 12 19:30:24 1999 +0000

description:
pullup 1.7->1.8 (fvdl): fix upgrade core dump

diffstat:

 distrib/utils/sysinst/mbr.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r d36a9b599ab1 -r 38a5df48f09c distrib/utils/sysinst/mbr.h
--- a/distrib/utils/sysinst/mbr.h       Mon Jul 12 19:29:37 1999 +0000
+++ b/distrib/utils/sysinst/mbr.h       Mon Jul 12 19:30:24 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: mbr.h,v 1.4.2.4 1999/06/24 23:00:04 cgd Exp $  */
+/*     $NetBSD: mbr.h,v 1.4.2.5 1999/07/12 19:30:24 perry Exp $        */
 
 /*
  * Copyright 1997, 1988 Piermont Information Systems Inc.
@@ -78,7 +78,7 @@
 /* from mbr.c */
  
 int     read_mbr __P((char *, char *, int));
-int     write_mbr __P((char *, char *, int));
+int     write_mbr __P((char *, char *, int, int));
 int     valid_mbr __P((char *));
 int    guess_biosgeom_from_mbr __P((char *, int *, int *, int *));
 int    md_bios_info __P((char *));



Home | Main Index | Thread Index | Old Index