Handle B460800 and B921600 being defined in <termios.h>

This commit is contained in:
Brian Somers 2002-03-12 16:05:26 +00:00
parent 617cc038bc
commit dc65642605
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=92142

View file

@ -230,6 +230,12 @@ static const struct speeds {
#ifdef B230400
{ 230400, B230400, },
#endif
#ifdef B460800
{ 460800, B460800, },
#endif
#ifdef B921600
{ 921600, B921600, },
#endif
#ifdef EXTA
{ 19200, EXTA, },
#endif