summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--release/sysinstall/system.c4
-rw-r--r--usr.sbin/sade/system.c4
-rw-r--r--usr.sbin/sysinstall/system.c4
3 files changed, 9 insertions, 3 deletions
diff --git a/release/sysinstall/system.c b/release/sysinstall/system.c
index 2f2eaa0..8304ef0 100644
--- a/release/sysinstall/system.c
+++ b/release/sysinstall/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.93 1999/07/19 10:06:18 jkh Exp $
+ * $Id: system.c,v 1.94 1999/07/20 07:39:22 jkh Exp $
*
* Jordan Hubbard
*
@@ -71,7 +71,9 @@ expand(char *fname)
void
systemInitialize(int argc, char **argv)
{
+#ifdef __alpha__
int i;
+#endif
signal(SIGINT, SIG_IGN);
globalsInit();
diff --git a/usr.sbin/sade/system.c b/usr.sbin/sade/system.c
index 2f2eaa0..8304ef0 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.93 1999/07/19 10:06:18 jkh Exp $
+ * $Id: system.c,v 1.94 1999/07/20 07:39:22 jkh Exp $
*
* Jordan Hubbard
*
@@ -71,7 +71,9 @@ expand(char *fname)
void
systemInitialize(int argc, char **argv)
{
+#ifdef __alpha__
int i;
+#endif
signal(SIGINT, SIG_IGN);
globalsInit();
diff --git a/usr.sbin/sysinstall/system.c b/usr.sbin/sysinstall/system.c
index 2f2eaa0..8304ef0 100644
--- a/usr.sbin/sysinstall/system.c
+++ b/usr.sbin/sysinstall/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.93 1999/07/19 10:06:18 jkh Exp $
+ * $Id: system.c,v 1.94 1999/07/20 07:39:22 jkh Exp $
*
* Jordan Hubbard
*
@@ -71,7 +71,9 @@ expand(char *fname)
void
systemInitialize(int argc, char **argv)
{
+#ifdef __alpha__
int i;
+#endif
signal(SIGINT, SIG_IGN);
globalsInit();
OpenPOWER on IntegriCloud