summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sade/system.c
diff options
context:
space:
mode:
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