summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sade/globals.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1995-05-08 21:39:40 +0000
committerjkh <jkh@FreeBSD.org>1995-05-08 21:39:40 +0000
commit1aa6f0255a93cada013e339b339895f4d6c1b066 (patch)
treebbc7db4913e184339a9fef242727b484f56afaa6 /usr.sbin/sade/globals.c
parentdb10ed51dd5e2127eff1c14b27784304cce58d3e (diff)
downloadFreeBSD-src-1aa6f0255a93cada013e339b339895f4d6c1b066.zip
FreeBSD-src-1aa6f0255a93cada013e339b339895f4d6c1b066.tar.gz
Sync these up so that they'll get into my CVS tree at home, where I'll continue
working on the distribution extract stuff.
Diffstat (limited to 'usr.sbin/sade/globals.c')
-rw-r--r--usr.sbin/sade/globals.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/usr.sbin/sade/globals.c b/usr.sbin/sade/globals.c
index 587ffe6..7fc4436 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.1.1.1 1995/04/27 12:50:34 jkh Exp $
+ * $Id: globals.c,v 1.2 1995/05/06 09:34:16 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -56,6 +56,8 @@ Boolean DialogActive;
Boolean ColorDisplay;
Boolean OnVTY;
Variable *VarHead; /* The head of the variable chain */
+DeviceType MediaType; /* Where we're installing from */
+char *MediaDevice; /* More detail on how to find it */
/*
* Yes, I know some of these are already automatically initialized as
@@ -72,5 +74,7 @@ globalsInit(void)
OnVTY = FALSE;
DialogActive = FALSE;
VarHead = NULL;
+ MediaType = DEVICE_TYPE_NONE;
+ MediaDevice = NULL;
}
OpenPOWER on IntegriCloud