diff options
| author | Jonathan Lemon <jlemon@FreeBSD.org> | 2001-09-29 04:49:11 +0000 |
|---|---|---|
| committer | Jonathan Lemon <jlemon@FreeBSD.org> | 2001-09-29 04:49:11 +0000 |
| commit | 750c427849db3682230be31376d3c738f9c8baf9 (patch) | |
| tree | e7fde7f1a8f66d63a73711d45395e65c06d7fa31 /gnu | |
| parent | ca925d9c17044d218daf631f3b733cb19fb36f69 (diff) | |
Notes
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/libexec/uucp/libunix/serial.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/libexec/uucp/libunix/serial.c b/gnu/libexec/uucp/libunix/serial.c index 0c2a5b3f0fab9..4b84727317198 100644 --- a/gnu/libexec/uucp/libunix/serial.c +++ b/gnu/libexec/uucp/libunix/serial.c @@ -898,6 +898,7 @@ static struct sbaud_table { B2400, 2400 }, { B4800, 4800 }, { B9600, 9600 }, + { B28800, 28800 }, #ifdef B19200 { B19200, 19200 }, #else /* ! defined (B19200) */ |
