Switch to contemporary TTY interface.
This commit is contained in:
parent
49fd8f11fe
commit
879e5da3b4
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user