diff options
Diffstat (limited to 'gnu/libexec')
| -rw-r--r-- | gnu/libexec/uucp/libunix/serial.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gnu/libexec/uucp/libunix/serial.c b/gnu/libexec/uucp/libunix/serial.c index 29bef9f4a4c7..1798f31c266e 100644 --- a/gnu/libexec/uucp/libunix/serial.c +++ b/gnu/libexec/uucp/libunix/serial.c @@ -26,7 +26,7 @@ #include "uucp.h" #if USE_RCS_ID -const char serial_rcsid[] = "$Id: serial.c,v 1.6 1995/08/19 21:25:56 ache Exp $"; +const char serial_rcsid[] = "$Id: serial.c,v 1.7 1996/10/12 10:41:56 joerg Exp $"; #endif #include "uudefs.h" @@ -920,6 +920,9 @@ static struct sbaud_table #ifdef B115200 { B115200, 115200 }, #endif +#ifdef B230400 + { B230400, 230400 }, +#endif { B0, 0 } }; |
