diff options
| author | Andreas Schulz <ats@FreeBSD.org> | 1994-09-04 16:52:12 +0000 |
|---|---|---|
| committer | Andreas Schulz <ats@FreeBSD.org> | 1994-09-04 16:52:12 +0000 |
| commit | b54c304080a1751aec03bcabd8b112bf998711c5 (patch) | |
| tree | c4267b54e6720e9720e34122f592ca1be77d517a | |
| parent | 7a5f7b065646286ee8ec9748392c141c9ec66f27 (diff) | |
Notes
| -rw-r--r-- | usr.bin/tip/tip.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/tip/tip.c b/usr.bin/tip/tip.c index b09cde7d376b..1f3d499157d4 100644 --- a/usr.bin/tip/tip.c +++ b/usr.bin/tip/tip.c @@ -55,7 +55,7 @@ static char sccsid[] = "@(#)tip.c 8.1 (Berkeley) 6/6/93"; */ int bauds[] = { 0, 50, 75, 110, 134, 150, 200, 300, 600, - 1200, 1800, 2400, 4800, 9600, 19200, -1 + 1200, 1800, 2400, 4800, 9600, 19200, 38400, 57600, 115200, -1 }; int disc = OTTYDISC; /* tip normally runs this way */ |
