From fbb39c83b69d6c4de943c0b7374000339635d13d Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Mon, 8 Nov 1999 17:00:52 +0000 Subject: Stuff -Erik --- init/init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'init/init.c') 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) { -- cgit v1.2.3