$NetBSD: patch-ba,v 1.3 2002/07/08 02:21:20 kim Exp $ --- term.c.orig Sun Jun 16 01:54:33 2002 +++ term.c Sun Jul 7 21:33:10 2002 @@ -42,9 +42,9 @@ # include # endif /* USE_TERMCAP */ #else -#ifndef __FreeBSD__ +#ifndef HAVE_TERMIOS_H # include -#endif /* __FreeBSD__ */ +#endif /* HAVE_TERMIOS_H */ #endif #ifdef SYSV_RESIZING @@ -401,6 +401,12 @@ #endif /* FAKE_INTERRUPT */ static unsigned sp_table[] = { +#ifdef B115200 + B115200, 11520, +#endif +#ifdef B57600 + B57600, 5760, +#endif B9600, 960, #ifdef B19200 B19200, 1920,