aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoraldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-05-29 13:01:37 +0000
committeraldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-05-29 13:01:37 +0000
commitc52956bd7f44d924fff021fcb02f4e839acef03e (patch)
tree449206c5ae946f8f01dac9667ab82114b8adb52f
parent9abc5ca551dbc7d71a17b30d86eee03130dcf020 (diff)
downloadbusybox-w32-c52956bd7f44d924fff021fcb02f4e839acef03e.tar.gz
busybox-w32-c52956bd7f44d924fff021fcb02f4e839acef03e.tar.bz2
busybox-w32-c52956bd7f44d924fff021fcb02f4e839acef03e.zip
- landley, remove this?
git-svn-id: svn://busybox.net/trunk/busybox@15222 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r--init/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/init/init.c b/init/init.c
index b9385cfad..928f84b91 100644
--- a/init/init.c
+++ b/init/init.c
@@ -313,7 +313,7 @@ static void console_init(void)
313 313
314 if ((s = getenv("CONSOLE")) != NULL || (s = getenv("console")) != NULL) { 314 if ((s = getenv("CONSOLE")) != NULL || (s = getenv("console")) != NULL) {
315 safe_strncpy(console, s, sizeof(console)); 315 safe_strncpy(console, s, sizeof(console));
316#if #cpu(sparc) 316#if 0 /* #cpu(sparc) */
317 /* sparc kernel supports console=tty[ab] parameter which is also 317 /* sparc kernel supports console=tty[ab] parameter which is also
318 * passed to init, so catch it here */ 318 * passed to init, so catch it here */
319 /* remap tty[ab] to /dev/ttyS[01] */ 319 /* remap tty[ab] to /dev/ttyS[01] */