Source-Changes-HG archive

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

[src/trunk]: src/distrib/utils/sysinst Move prototype for disp_cur_part() fro...



details:   https://anonhg.NetBSD.org/src/rev/639567f51f9e
branches:  trunk
changeset: 471596:639567f51f9e
user:      simonb <simonb%NetBSD.org@localhost>
date:      Mon Apr 05 06:59:36 1999 +0000

description:
Move prototype for disp_cur_part() from defs.h to mbr.h.

diffstat:

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

diffs (34 lines):

diff -r d8ed87b4eb39 -r 639567f51f9e distrib/utils/sysinst/defs.h
--- a/distrib/utils/sysinst/defs.h      Mon Apr 05 06:56:23 1999 +0000
+++ b/distrib/utils/sysinst/defs.h      Mon Apr 05 06:59:36 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: defs.h,v 1.36 1999/03/31 00:44:48 fvdl Exp $   */
+/*     $NetBSD: defs.h,v 1.37 1999/04/05 06:59:36 simonb Exp $ */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -235,7 +235,6 @@
 
 /* from disks.c */
 int    find_disks __P((void));
-void   disp_cur_part __P((struct mbr_partition *, int,int));
 void   disp_cur_fspart __P((int, int));
 void   make_bsd_partitions __P((void));
 void   write_disklabel __P((void));
diff -r d8ed87b4eb39 -r 639567f51f9e distrib/utils/sysinst/mbr.h
--- a/distrib/utils/sysinst/mbr.h       Mon Apr 05 06:56:23 1999 +0000
+++ b/distrib/utils/sysinst/mbr.h       Mon Apr 05 06:59:36 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.5 1999/04/05 06:59:36 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