+2001-11-07 Yoshinori K. Okuji <okuji@gnu.org>
+
+ * stage2/builtins.c (terminal_func) [!SUPPORT_SERIAL]: Disable
+ the wait code, as it is usable only when serial support is on.
+ Reported by Karl Hammar <karl@kalle.csb.ki.se>.
+
2001-10-27 Yoshinori K. Okuji <okuji@gnu.org>
JFS and XFS support is added.
arg = skip_to (0, arg);
}
+#ifdef SUPPORT_SERIAL
/* If a seial console is turned on, wait until the user pushes any key. */
if (terminal & TERMINAL_SERIAL)
{
/* Expired. */
terminal &= (default_terminal | TERMINAL_DUMB);
}
+#endif /* SUPPORT_SERIAL */
return 0;
}