diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1996-12-02 12:12:19 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1996-12-02 12:12:19 +0000 |
| commit | 40b8bc74b7014bc94a86489952c1592920f7aee6 (patch) | |
| tree | 5665e9cb6022cc90727e3d2e43c79a2a27d21b75 /gnu/libexec | |
| parent | 70aacb7f76deb1dcf85755910c37604d88fa966c (diff) | |
Notes
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 } }; |
