diff options
author | Eric Andersen <andersen@codepoet.org> | 1999-11-08 17:00:52 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 1999-11-08 17:00:52 +0000 |
commit | fbb39c83b69d6c4de943c0b7374000339635d13d (patch) | |
tree | 874ba86bb5753f4afd5a770308df9e555c78cf90 /init | |
parent | 07e5297ca7707d2fd56ab2fa8e1ea0c9805035e3 (diff) | |
download | busybox-fbb39c83b69d6c4de943c0b7374000339635d13d.tar.gz |
Stuff
-Erik
Diffstat (limited to 'init')
-rw-r--r-- | init/init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init/init.c b/init/init.c index 707b1916f..a354f8a75 100644 --- a/init/init.c +++ b/init/init.c @@ -192,7 +192,7 @@ static void console_init() if ((s = getenv("CONSOLE")) != NULL) { console = s; } -#if defined (__sparc__) +#if #cpu(sparc) /* sparc kernel supports console=tty[ab] parameter which is also * passed to init, so catch it here */ else if ((s = getenv("console")) != NULL) { |