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 Pull up rev 1.5 from trunk.



details:   https://anonhg.NetBSD.org/src/rev/befab83633cb
branches:  netbsd-1-4
changeset: 468069:befab83633cb
user:      simonb <simonb%NetBSD.org@localhost>
date:      Mon Apr 05 15:08:40 1999 +0000

description:
Pull up rev 1.5 from trunk.

diffstat:

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

diffs (17 lines):

diff -r a2498314cf88 -r befab83633cb distrib/utils/sysinst/mbr.h
--- a/distrib/utils/sysinst/mbr.h       Mon Apr 05 15:08:22 1999 +0000
+++ b/distrib/utils/sysinst/mbr.h       Mon Apr 05 15:08:40 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: mbr.h,v 1.4 1999/03/31 00:44:48 fvdl Exp $     */
+/*     $NetBSD: mbr.h,v 1.4.2.1 1999/04/05 15:08:40 simonb Exp $       */
 
 /*
  * Copyright 1997, 1988 Piermont Information Systems Inc.
@@ -71,6 +71,7 @@
 void   disp_cur_geom __P((void));
 int    check_geom __P((void));         /* primitive geometry sanity-check */
 
+void   disp_cur_part __P((struct mbr_partition *, int, int));
 int    edit_mbr __P((struct mbr_partition *));         
 int    partsoverlap __P((struct mbr_partition *, int, int));
 



Home | Main Index | Thread Index | Old Index