From 11db1ae1cfedd521f0642378589e1743fdb07f10 Mon Sep 17 00:00:00 2001
From: andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>
Date: Mon, 8 Nov 1999 17:00:52 +0000
Subject: Stuff  -Erik

git-svn-id: svn://busybox.net/trunk/busybox@86 69ca8d6d-28ef-0310-b511-8ec308f3f277
---
 init/init.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'init')

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-55-g6feb