summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorjlemon <jlemon@FreeBSD.org>2001-09-29 04:49:11 +0000
committerjlemon <jlemon@FreeBSD.org>2001-09-29 04:49:11 +0000
commitbde026bcbb850560619a862fc33a8d82d827ca48 (patch)
treee7fde7f1a8f66d63a73711d45395e65c06d7fa31 /gnu
parent3164f24b5544749a98ad715c69b320a68f5e5316 (diff)
downloadFreeBSD-src-bde026bcbb850560619a862fc33a8d82d827ca48.zip
FreeBSD-src-bde026bcbb850560619a862fc33a8d82d827ca48.tar.gz
Add support for 28800 baud to sio.
PR: 30906 Submitted by: "Daniel O'Connor" <darius@chowder.dons.net.au>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/libexec/uucp/libunix/serial.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/libexec/uucp/libunix/serial.c b/gnu/libexec/uucp/libunix/serial.c
index 0c2a5b3..4b84727 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) */
OpenPOWER on IntegriCloud