summaryrefslogtreecommitdiffstats
path: root/usr.bin/window
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/window')
-rw-r--r--usr.bin/window/Makefile1
-rw-r--r--usr.bin/window/wwinit.c10
2 files changed, 10 insertions, 1 deletions
diff --git a/usr.bin/window/Makefile b/usr.bin/window/Makefile
index cd6dfde..fba3587 100644
--- a/usr.bin/window/Makefile
+++ b/usr.bin/window/Makefile
@@ -1,7 +1,6 @@
# @(#)Makefile 8.1 (Berkeley) 6/6/93
PROG= window
-CFLAGS+=-R -DVMIN_BUG
SRCS= char.c cmd.c cmd1.c cmd2.c cmd3.c cmd4.c cmd5.c cmd6.c cmd7.c \
context.c error.c lcmd.c lcmd1.c lcmd2.c main.c mloop.c parser1.c \
parser2.c parser3.c parser4.c parser5.c scanner.c startup.c string.c \
diff --git a/usr.bin/window/wwinit.c b/usr.bin/window/wwinit.c
index 0581126..596f1a2 100644
--- a/usr.bin/window/wwinit.c
+++ b/usr.bin/window/wwinit.c
@@ -184,6 +184,16 @@ wwinit()
#endif
wwbaud = 38400;
break;
+#ifdef B57600
+ case B57600:
+ wwbaud = 57600;
+ break;
+#endif
+#ifdef B115200
+ case B115200:
+ wwbaud = 115200;
+ break;
+#endif
}
if (xxinit() < 0)
OpenPOWER on IntegriCloud