summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--snake/snake/move.c6
-rw-r--r--snake/snake/snake.h4
-rw-r--r--tetris/screen.c4
3 files changed, 7 insertions, 7 deletions
diff --git a/snake/snake/move.c b/snake/snake/move.c
index 3a6b3a43..4620e02a 100644
--- a/snake/snake/move.c
+++ b/snake/snake/move.c
@@ -1,4 +1,4 @@
-/* $NetBSD: move.c,v 1.15 1997/10/14 01:02:48 lukem Exp $ */
+/* $NetBSD: move.c,v 1.16 1999/08/14 16:38:45 tron Exp $ */
/*
* Copyright (c) 1980, 1993
@@ -38,7 +38,7 @@
#if 0
static char sccsid[] = "@(#)move.c 8.1 (Berkeley) 7/19/93";
#else
-__RCSID("$NetBSD: move.c,v 1.15 1997/10/14 01:02:48 lukem Exp $");
+__RCSID("$NetBSD: move.c,v 1.16 1999/08/14 16:38:45 tron Exp $");
#endif
#endif /* not lint */
@@ -108,7 +108,7 @@ int CMlength;
int NDlength;
int BSlength;
int delaystr[10];
-speed_t ospeed;
+short ospeed;
static char str[80];
diff --git a/snake/snake/snake.h b/snake/snake/snake.h
index d2ea8f17..1952385d 100644
--- a/snake/snake/snake.h
+++ b/snake/snake/snake.h
@@ -1,4 +1,4 @@
-/* $NetBSD: snake.h,v 1.10 1998/09/13 15:27:30 hubertf Exp $ */
+/* $NetBSD: snake.h,v 1.11 1999/08/14 16:38:46 tron Exp $ */
/*
* Copyright (c) 1980, 1993
@@ -65,7 +65,7 @@ int AM, BW;
char tbuf[1024], tcapbuf[128];
int Klength; /* length of KX strings */
int chunk; /* amount of money given at a time */
-speed_t ospeed;
+short ospeed;
#ifdef debug
#define cashvalue (loot-penalty)/25
#else
diff --git a/tetris/screen.c b/tetris/screen.c
index f96f85b3..007705e9 100644
--- a/tetris/screen.c
+++ b/tetris/screen.c
@@ -1,4 +1,4 @@
-/* $NetBSD: screen.c,v 1.9 1999/01/03 17:13:51 hubertf Exp $ */
+/* $NetBSD: screen.c,v 1.10 1999/08/14 16:40:23 tron Exp $ */
/*-
* Copyright (c) 1992, 1993
@@ -74,7 +74,7 @@ static void stopset __P((int));
* Capabilities from TERMCAP.
*/
char PC, *BC, *UP; /* tgoto requires globals: ugh! */
-speed_t ospeed;
+short ospeed;
static char
*bcstr, /* backspace char */