summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorbillf <billf@FreeBSD.org>1999-07-29 21:12:54 +0000
committerbillf <billf@FreeBSD.org>1999-07-29 21:12:54 +0000
commita0a9bba6c0a21ac9c84c0d6abcecbaee20861e62 (patch)
treee7e2f80803b2aaadeeff297f913086b55eae355a /release
parentb0dce3d9bb77a282bded272ced542f63f0160b8e (diff)
downloadFreeBSD-src-a0a9bba6c0a21ac9c84c0d6abcecbaee20861e62.zip
FreeBSD-src-a0a9bba6c0a21ac9c84c0d6abcecbaee20861e62.tar.gz
we only need to declare i if we are building for the alpha.
Diffstat (limited to 'release')
-rw-r--r--release/sysinstall/system.c4
1 files changed, 3 insertions, 1 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();
OpenPOWER on IntegriCloud