From e75f3892eaa061e081d04d6d765b2c9991ba1145 Mon Sep 17 00:00:00 2001 From: jkh Date: Sun, 20 Apr 1997 16:46:36 +0000 Subject: Sync with 2.2 and clean up some tortured english that was added. --- usr.sbin/sade/globals.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'usr.sbin/sade/globals.c') 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 -- cgit v1.1