summaryrefslogtreecommitdiffstats
path: root/games/worm
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1999-08-30 08:09:41 +0000
committerpeter <peter@FreeBSD.org>1999-08-30 08:09:41 +0000
commitb4cc45e4b4171a7650f66c5fb5a86cf75282c824 (patch)
treebed9e3998469cd419bea096660d5bb47958207cd /games/worm
parentac94a1fe8238688abf3128ee2d1406c29af89d2a (diff)
downloadFreeBSD-src-b4cc45e4b4171a7650f66c5fb5a86cf75282c824.zip
FreeBSD-src-b4cc45e4b4171a7650f66c5fb5a86cf75282c824.tar.gz
baudrate() is now supplied.
Diffstat (limited to 'games/worm')
-rw-r--r--games/worm/worm.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/games/worm/worm.c b/games/worm/worm.c
index edd80ab..08f66a1 100644
--- a/games/worm/worm.c
+++ b/games/worm/worm.c
@@ -59,9 +59,11 @@ static char sccsid[] = "@(#)worm.c 8.1 (Berkeley) 5/31/93";
#define LENGTH 7
#define RUNLEN 8
#define CNTRL(p) (p-'A'+1)
+#if 0
#ifndef baudrate
# define baudrate() _tty.sg_ospeed
#endif
+#endif
WINDOW *tv;
WINDOW *stw;
OpenPOWER on IntegriCloud