summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sade/globals.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1995-05-20 00:13:14 +0000
committerjkh <jkh@FreeBSD.org>1995-05-20 00:13:14 +0000
commitd63a70f78f99e9b0953e4e2c7d7e5fbd2688991b (patch)
tree17f8429322ec34f38e307047479022b2fee69866 /usr.sbin/sade/globals.c
parent7afb459d6e5fe9e4b29d919b1467381493d054ed (diff)
downloadFreeBSD-src-d63a70f78f99e9b0953e4e2c7d7e5fbd2688991b.zip
FreeBSD-src-d63a70f78f99e9b0953e4e2c7d7e5fbd2688991b.tar.gz
This doesn't work - the extract code is half-baked. I commit it only
so that Gary can sync to it before I go to bed.. :)
Diffstat (limited to 'usr.sbin/sade/globals.c')
-rw-r--r--usr.sbin/sade/globals.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.sbin/sade/globals.c b/usr.sbin/sade/globals.c
index a0713c5..15a346e 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.4 1995/05/16 02:53:09 jkh Exp $
+ * $Id: globals.c,v 1.5 1995/05/16 11:37:12 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -56,6 +56,7 @@ Boolean DialogActive;
Boolean ColorDisplay;
Boolean OnVTY;
Variable *VarHead; /* The head of the variable chain */
+Device *mediaDevice; /* Where we're installing from */
/*
* Yes, I know some of these are already automatically initialized as
@@ -72,5 +73,5 @@ globalsInit(void)
OnVTY = FALSE;
DialogActive = FALSE;
VarHead = NULL;
+ mediaDevice = NULL;
}
-
OpenPOWER on IntegriCloud