Patch from vdlinden@fwi.uva.nl (Frank van der Linden):
authorDavid Greenman <davidg@Root.COM>
Wed, 2 Feb 1994 10:44:37 +0000 (10:44 +0000)
committerDavid Greenman <davidg@Root.COM>
Wed, 2 Feb 1994 10:44:37 +0000 (10:44 +0000)
commit24957200b19df4846a26b2e7ca8162bd9d1c2921
tree0a3bf4e9109bcbca1e6f4a85b70cd12f90143ce6
parente2b06cbdf0fd43cc2376d6428a3139a10313241d
Patch from vdlinden@fwi.uva.nl (Frank van der Linden):

 There's a small bug in window(1). Whenever your terminal speed equals
57600 or 115200, window gives a bus error.
After I caught that bug, I checked for other programs not handling
57600 and 115200. tset(1) and telnet(1) where the ones I found.
Fixes for all three programs below.
usr.bin/telnet/sys_bsd.c
usr.bin/tset/map.c
usr.bin/window/wwinit.c