summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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