diff options
| -rw-r--r-- | usr.sbin/ppp/defs.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/usr.sbin/ppp/defs.c b/usr.sbin/ppp/defs.c index 0e61f8841b80..275689abc58f 100644 --- a/usr.sbin/ppp/defs.c +++ b/usr.sbin/ppp/defs.c @@ -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 |
