summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/disks.c
diff options
context:
space:
mode:
authorjoerg <joerg@FreeBSD.org>1996-03-24 18:57:37 +0000
committerjoerg <joerg@FreeBSD.org>1996-03-24 18:57:37 +0000
commit4a50302d192e83dc60d5d5f8733394502e1bcc82 (patch)
tree64252e0a03868512a72667c47864b6264d8dfb10 /usr.sbin/sysinstall/disks.c
parent18d2a8c9e5387edcde838e92ed58f3612eae5509 (diff)
downloadFreeBSD-src-4a50302d192e83dc60d5d5f8733394502e1bcc82.zip
FreeBSD-src-4a50302d192e83dc60d5d5f8733394502e1bcc82.tar.gz
Rename the usage of `private' to `private_data' to cope with the
recent libdisk changes. (sysinstall is guilty of using `private' in quite more places, but since this ain't in library code, it's not that important.) Whenever possible, better not use C++ reserved words...
Diffstat (limited to 'usr.sbin/sysinstall/disks.c')
-rw-r--r--usr.sbin/sysinstall/disks.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/sysinstall/disks.c b/usr.sbin/sysinstall/disks.c
index 378c1a3..c07afb0 100644
--- a/usr.sbin/sysinstall/disks.c
+++ b/usr.sbin/sysinstall/disks.c
@@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite.
*
- * $Id: disks.c,v 1.36 1996/03/18 15:27:49 jkh Exp $
+ * $Id: disks.c,v 1.37 1996/03/20 14:11:21 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -586,7 +586,6 @@ diskPartitionEditor(char *str)
int
diskPartitionWrite(char *str)
{
- extern u_char boot1[], boot2[];
Device **devs;
char *cp;
int i;
OpenPOWER on IntegriCloud