diff options
author | peter <peter@FreeBSD.org> | 1999-08-30 08:09:41 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1999-08-30 08:09:41 +0000 |
commit | b4cc45e4b4171a7650f66c5fb5a86cf75282c824 (patch) | |
tree | bed9e3998469cd419bea096660d5bb47958207cd /games | |
parent | ac94a1fe8238688abf3128ee2d1406c29af89d2a (diff) | |
download | FreeBSD-src-b4cc45e4b4171a7650f66c5fb5a86cf75282c824.zip FreeBSD-src-b4cc45e4b4171a7650f66c5fb5a86cf75282c824.tar.gz |
baudrate() is now supplied.
Diffstat (limited to 'games')
-rw-r--r-- | games/worm/worm.c | 2 |
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; |