diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 1999-11-08 17:00:52 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 1999-11-08 17:00:52 +0000 |
commit | 11db1ae1cfedd521f0642378589e1743fdb07f10 (patch) | |
tree | 874ba86bb5753f4afd5a770308df9e555c78cf90 /init | |
parent | cd9aae35d593d49430d05fb223a91fbfbbbd6456 (diff) | |
download | busybox-w32-11db1ae1cfedd521f0642378589e1743fdb07f10.tar.gz busybox-w32-11db1ae1cfedd521f0642378589e1743fdb07f10.tar.bz2 busybox-w32-11db1ae1cfedd521f0642378589e1743fdb07f10.zip |
Stuff
-Erik
git-svn-id: svn://busybox.net/trunk/busybox@86 69ca8d6d-28ef-0310-b511-8ec308f3f277
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() | |||
192 | if ((s = getenv("CONSOLE")) != NULL) { | 192 | if ((s = getenv("CONSOLE")) != NULL) { |
193 | console = s; | 193 | console = s; |
194 | } | 194 | } |
195 | #if defined (__sparc__) | 195 | #if #cpu(sparc) |
196 | /* sparc kernel supports console=tty[ab] parameter which is also | 196 | /* sparc kernel supports console=tty[ab] parameter which is also |
197 | * passed to init, so catch it here */ | 197 | * passed to init, so catch it here */ |
198 | else if ((s = getenv("console")) != NULL) { | 198 | else if ((s = getenv("console")) != NULL) { |