aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/sysinstall/globals.c
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1997-04-20 16:46:36 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1997-04-20 16:46:36 +0000
commit0aa615d28dd4027f8552e8e30cf86c71910a7ba9 (patch)
treece9dfc616df40cd289352509a14b13efc65ce9bd /usr.sbin/sysinstall/globals.c
parent8fb722b5e16affc5217a2e5a927f4f6fb651f9b3 (diff)
downloadsrc-0aa615d28dd4027f8552e8e30cf86c71910a7ba9.tar.gz
src-0aa615d28dd4027f8552e8e30cf86c71910a7ba9.zip
Sync with 2.2 and clean up some tortured english that was added.
Notes
Notes: svn path=/head/; revision=25052
Diffstat (limited to 'usr.sbin/sysinstall/globals.c')
-rw-r--r--usr.sbin/sysinstall/globals.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/sysinstall/globals.c b/usr.sbin/sysinstall/globals.c
index f96ad5a24929..72aecb1c88e3 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$
+ * $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