From 461bab45ed4c758a4335608fb201cf47b56ab064 Mon Sep 17 00:00:00 2001 From: ats Date: Sun, 4 Sep 1994 16:52:12 +0000 Subject: Reviewed by: Submitted by: Add back the baud rates above 19200, as we have them already under 1.1.x. --- usr.bin/tip/tip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.bin/tip') diff --git a/usr.bin/tip/tip.c b/usr.bin/tip/tip.c index b09cde7..1f3d499 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 */ -- cgit v1.1