From a4e49c14f0579f312227bb13ffaf55f7d1124673 Mon Sep 17 00:00:00 2001 From: ats Date: Tue, 6 Sep 1994 11:17:30 +0000 Subject: Reviewed by: Add entries for the speed 57600 and 115200 to the allowed speeds. --- usr.bin/rlogin/rlogin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.bin/rlogin/rlogin.c b/usr.bin/rlogin/rlogin.c index 5439c48..fac7ded 100644 --- a/usr.bin/rlogin/rlogin.c +++ b/usr.bin/rlogin/rlogin.c @@ -100,7 +100,7 @@ u_char escapechar = '~'; char *speeds[] = { "0", "50", "75", "110", "134", "150", "200", "300", "600", "1200", - "1800", "2400", "4800", "9600", "19200", "38400" + "1800", "2400", "4800", "9600", "19200", "38400", "57600", "115200" }; #ifdef OLDSUN -- cgit v1.1