summaryrefslogtreecommitdiffstats
path: root/games/larn
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1999-08-30 08:05:07 +0000
committerpeter <peter@FreeBSD.org>1999-08-30 08:05:07 +0000
commit5891876970c7f18f2a4d27294c0ff76ae2e27b28 (patch)
tree3d858948511b226b6e4f41cd15f4ca4c4e029c25 /games/larn
parenta4367d5d8157c4b68ae9782f4f2a02284aaa5a54 (diff)
downloadFreeBSD-src-5891876970c7f18f2a4d27294c0ff76ae2e27b28.zip
FreeBSD-src-5891876970c7f18f2a4d27294c0ff76ae2e27b28.tar.gz
Don't beat on ospeed, larn doesn't need it, and the libraries no longer
need it.
Diffstat (limited to 'games/larn')
-rw-r--r--games/larn/io.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/games/larn/io.c b/games/larn/io.c
index 35ef52d..03f3727 100644
--- a/games/larn/io.c
+++ b/games/larn/io.c
@@ -609,7 +609,6 @@ init_term()
char *capptr = cap+10;
char *term;
struct sgttyb tt;
- extern short ospeed;
switch (tgetent(termbuf, term = getenv("TERM")))
{
@@ -623,7 +622,7 @@ init_term()
};
if (gtty(0, &tt) == 0)
- ospeed = tt.sg_ospeed;
+ /* ospeed = tt.sg_ospeed */ ;
CM = tgetstr("cm", &capptr); /* Cursor motion */
CE = tgetstr("ce", &capptr); /* Clear to eoln */
OpenPOWER on IntegriCloud