svn commit: trunk/busybox/init

aldot at busybox.net aldot at busybox.net
Mon May 29 13:01:39 UTC 2006


Author: aldot
Date: 2006-05-29 06:01:37 -0700 (Mon, 29 May 2006)
New Revision: 15222

Log:
- landley, remove this?


Modified:
   trunk/busybox/init/init.c


Changeset:
Modified: trunk/busybox/init/init.c
===================================================================
--- trunk/busybox/init/init.c	2006-05-29 12:57:52 UTC (rev 15221)
+++ trunk/busybox/init/init.c	2006-05-29 13:01:37 UTC (rev 15222)
@@ -313,7 +313,7 @@
 
 	if ((s = getenv("CONSOLE")) != NULL || (s = getenv("console")) != NULL) {
 		safe_strncpy(console, s, sizeof(console));
-#if #cpu(sparc)
+#if 0 /* #cpu(sparc) */
 	/* sparc kernel supports console=tty[ab] parameter which is also
 	 * passed to init, so catch it here */
 		/* remap tty[ab] to /dev/ttyS[01] */




More information about the busybox-cvs mailing list