Switch to contemporary TTY interface.

This commit is contained in:
Poul-Henning Kamp 2005-07-15 07:41:26 +00:00
parent 49fd8f11fe
commit 879e5da3b4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=148032

View File

@ -31,6 +31,8 @@
* and: Eric S. Raymond <esr@snark.thyrsus.com> * * and: Eric S. Raymond <esr@snark.thyrsus.com> *
****************************************************************************/ ****************************************************************************/
/* $FreeBSD$ */
/* /*
* lib_baudrate.c * lib_baudrate.c
* *
@ -46,7 +48,7 @@
* of the indices up to B115200 fit nicely in a 'short', allowing us to retain * of the indices up to B115200 fit nicely in a 'short', allowing us to retain
* ospeed's type for compatibility. * ospeed's type for compatibility.
*/ */
#if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) #if defined(__NetBSD__) || defined(__OpenBSD__)
#undef B0 #undef B0
#undef B50 #undef B50
#undef B75 #undef B75