aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/sysinstall/globals.c
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1995-05-16 02:53:31 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1995-05-16 02:53:31 +0000
commit3dee6615c74e8170f2f64a25fb1f7cfabb1157de (patch)
tree613dfed0fbc81719d1686eec3d022f605e6f0a22 /usr.sbin/sysinstall/globals.c
parent64b91eadc281aff81ecfda3b41704446c2aab820 (diff)
downloadsrc-3dee6615c74e8170f2f64a25fb1f7cfabb1157de.tar.gz
src-3dee6615c74e8170f2f64a25fb1f7cfabb1157de.zip
This does _not yet compile_; I'm simply bringing in my changes from
this weekend in order to more easily sync with my CVS tree at home. Another commit relative to these changes will follow shortly.
Notes
Notes: svn path=/head/; revision=8549
Diffstat (limited to 'usr.sbin/sysinstall/globals.c')
-rw-r--r--usr.sbin/sysinstall/globals.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.sbin/sysinstall/globals.c b/usr.sbin/sysinstall/globals.c
index 7fc4436a5471..81c75b045bfb 100644
--- a/usr.sbin/sysinstall/globals.c
+++ b/usr.sbin/sysinstall/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.2 1995/05/06 09:34:16 jkh Exp $
+ * $Id: globals.c,v 1.3 1995/05/08 21:39:36 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -56,8 +56,6 @@ 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