summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sade/globals.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1997-04-20 16:46:36 +0000
committerjkh <jkh@FreeBSD.org>1997-04-20 16:46:36 +0000
commite75f3892eaa061e081d04d6d765b2c9991ba1145 (patch)
treeceda11545f2adcc1638a6d48e3ce39b4024a03a1 /usr.sbin/sade/globals.c
parent2d072e5f9d207912f63db40b062677c0507dbed5 (diff)
downloadFreeBSD-src-e75f3892eaa061e081d04d6d765b2c9991ba1145.zip
FreeBSD-src-e75f3892eaa061e081d04d6d765b2c9991ba1145.tar.gz
Sync with 2.2 and clean up some tortured english that was added.
Diffstat (limited to 'usr.sbin/sade/globals.c')
-rw-r--r--usr.sbin/sade/globals.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/sade/globals.c b/usr.sbin/sade/globals.c
index f96ad5a..72aecb1 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$
+ * $Id: globals.c,v 1.18 1997/02/22 14:11:43 peter Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -51,6 +51,7 @@ Variable *VarHead; /* The head of the variable chain */
Device *mediaDevice; /* Where we're installing from */
int BootMgr; /* Which boot manager we're using */
int StatusLine; /* Where to stick our status messages */
+jmp_buf BailOut; /* Beam me up, scotty! The natives are pissed! */
/*
* Yes, I know some of these are already automatically initialized as
OpenPOWER on IntegriCloud