Switch to contemporary TTY interface.
This commit is contained in:
parent
49fd8f11fe
commit
879e5da3b4
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=148032
@ -31,6 +31,8 @@
|
||||
* and: Eric S. Raymond <esr@snark.thyrsus.com> *
|
||||
****************************************************************************/
|
||||
|
||||
/* $FreeBSD$ */
|
||||
|
||||
/*
|
||||
* lib_baudrate.c
|
||||
*
|
||||
@ -46,7 +48,7 @@
|
||||
* of the indices up to B115200 fit nicely in a 'short', allowing us to retain
|
||||
* ospeed's type for compatibility.
|
||||
*/
|
||||
#if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__)
|
||||
#if defined(__NetBSD__) || defined(__OpenBSD__)
|
||||
#undef B0
|
||||
#undef B50
|
||||
#undef B75
|
||||
|
Loading…
Reference in New Issue
Block a user