summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sade/system.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1999-07-20 07:39:22 +0000
committerjkh <jkh@FreeBSD.org>1999-07-20 07:39:22 +0000
commit04329fce075ab54c62e46b858eeb2b6bd38e5722 (patch)
treeee362fae7f090037831d3132ed42828e60e654bc /usr.sbin/sade/system.c
parent5b72ec05503294452e41f9d4cf0662ce6859d611 (diff)
downloadFreeBSD-src-04329fce075ab54c62e46b858eeb2b6bd38e5722.zip
FreeBSD-src-04329fce075ab54c62e46b858eeb2b6bd38e5722.tar.gz
More Alpha ifdefage.
Diffstat (limited to 'usr.sbin/sade/system.c')
-rw-r--r--usr.sbin/sade/system.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/sade/system.c b/usr.sbin/sade/system.c
index 152ad36..2f2eaa0 100644
--- a/usr.sbin/sade/system.c
+++ b/usr.sbin/sade/system.c
@@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite.
*
- * $Id: system.c,v 1.92 1999/07/16 22:07:09 jkh Exp $
+ * $Id: system.c,v 1.93 1999/07/19 10:06:18 jkh Exp $
*
* Jordan Hubbard
*
@@ -71,6 +71,8 @@ expand(char *fname)
void
systemInitialize(int argc, char **argv)
{
+ int i;
+
signal(SIGINT, SIG_IGN);
globalsInit();
OpenPOWER on IntegriCloud