From 4a50302d192e83dc60d5d5f8733394502e1bcc82 Mon Sep 17 00:00:00 2001 From: joerg Date: Sun, 24 Mar 1996 18:57:37 +0000 Subject: 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... --- usr.sbin/sysinstall/disks.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'usr.sbin/sysinstall/disks.c') 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; -- cgit v1.1