aboutsummaryrefslogtreecommitdiff
path: root/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'init.c')
-rw-r--r--init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.c b/init.c
index 707b1916f..a354f8a75 100644
--- a/init.c
+++ b/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) {