summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sade/globals.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1995-05-25 18:48:33 +0000
committerjkh <jkh@FreeBSD.org>1995-05-25 18:48:33 +0000
commit74cb22cc5c965773317f3d7b9294973e9c9188c7 (patch)
tree10921c1c39519e3e4c5f7c19031e411a3aba8086 /usr.sbin/sade/globals.c
parentf2fac040f8bbf90a3e67c98a529843da75f2e365 (diff)
downloadFreeBSD-src-74cb22cc5c965773317f3d7b9294973e9c9188c7.zip
FreeBSD-src-74cb22cc5c965773317f3d7b9294973e9c9188c7.tar.gz
Bring in all my fixes to Poul's gripe list as of last night.
Diffstat (limited to 'usr.sbin/sade/globals.c')
-rw-r--r--usr.sbin/sade/globals.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/sade/globals.c b/usr.sbin/sade/globals.c
index daac658..891318d 100644
--- a/usr.sbin/sade/globals.c
+++ b/usr.sbin/sade/globals.c
@@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite.
*
- * $Id: globals.c,v 1.6 1995/05/20 00:13:09 jkh Exp $
+ * $Id: globals.c,v 1.7 1995/05/24 22:37:41 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -48,7 +48,7 @@
* whatever values we feel are appropriate.
*/
-int CpioFD; /* The file descriptor for our CPIO floppy */
+int RootFD; /* The file descriptor for our ROOT floppy */
int DebugFD; /* Where diagnostic output goes */
Boolean OnCDROM; /* Are we running off of a CDROM? */
Boolean OnSerial; /* Are we on a serial console? */
@@ -66,7 +66,7 @@ Device *mediaDevice; /* Where we're installing from */
void
globalsInit(void)
{
- CpioFD = -1;
+ RootFD = -1;
DebugFD = -1;
OnCDROM = FALSE;
OnSerial = FALSE;
OpenPOWER on IntegriCloud