summaryrefslogtreecommitdiffstats
path: root/tetris
diff options
context:
space:
mode:
authormycroft <mycroft@NetBSD.org>1995-04-29 01:11:36 +0000
committermycroft <mycroft@NetBSD.org>1995-04-29 01:11:36 +0000
commit59f52e9bf99bc4427d0a7d272ffcafaf05f70e17 (patch)
tree767da0e4a53aa30f3bba3562007284fd9fdf8c2a /tetris
parentf03255102078d00fbf109ff3d234912d3eacb6ed (diff)
downloadbsdgames-darwin-59f52e9bf99bc4427d0a7d272ffcafaf05f70e17.tar.gz
bsdgames-darwin-59f52e9bf99bc4427d0a7d272ffcafaf05f70e17.tar.zst
bsdgames-darwin-59f52e9bf99bc4427d0a7d272ffcafaf05f70e17.zip
Fix usages of ospeed.
Diffstat (limited to 'tetris')
-rw-r--r--tetris/screen.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tetris/screen.c b/tetris/screen.c
index 290b0852..99a9d3e7 100644
--- a/tetris/screen.c
+++ b/tetris/screen.c
@@ -1,4 +1,4 @@
-/* $NetBSD: screen.c,v 1.3 1995/04/28 22:09:25 mycroft Exp $ */
+/* $NetBSD: screen.c,v 1.4 1995/04/29 01:11:36 mycroft Exp $ */
/*-
* Copyright (c) 1992, 1993
@@ -80,7 +80,7 @@ char *tgetstr(), *tgoto();
* Capabilities from TERMCAP.
*/
char PC, *BC, *UP; /* tgoto requires globals: ugh! */
-short ospeed;
+speed_t ospeed;
static char
*bcstr, /* backspace char */