Fix a compilation bug when disabling serial support.

This commit is contained in:
okuji 2001-11-06 16:42:02 +00:00
parent d619861976
commit d05b7706ed
2 changed files with 8 additions and 0 deletions

View file

@ -1,3 +1,9 @@
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.