-Erik
This commit is contained in:
Eric Andersen
1999-11-08 17:00:52 +00:00
parent 07e5297ca7
commit fbb39c83b6
8 changed files with 98 additions and 70 deletions

View File

@ -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) {