diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2004-02-03 20:22:38 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2004-02-03 20:22:38 +0000 |
commit | 5a29fbfd19756a5eb630c1674d40ce9ecb1f11ca (patch) | |
tree | 1e6476084ece0af8fed9b9ded8bb452dd3ae8279 /games/battlestar | |
parent | d183dd21d6f58fdf8cf994255472cb06801084d2 (diff) |
ourtime should match prototype in extern.h 'change globals.h' deraad@
Diffstat (limited to 'games/battlestar')
-rw-r--r-- | games/battlestar/globals.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/battlestar/globals.c b/games/battlestar/globals.c index e7617c28935..3cebe8252dd 100644 --- a/games/battlestar/globals.c +++ b/games/battlestar/globals.c @@ -1,4 +1,4 @@ -/* $OpenBSD: globals.c,v 1.11 2003/06/03 03:01:38 millert Exp $ */ +/* $OpenBSD: globals.c,v 1.12 2004/02/03 20:22:37 drahn Exp $ */ /* $NetBSD: globals.c,v 1.3 1995/03/21 15:07:32 cgd Exp $ */ /* @@ -34,7 +34,7 @@ #if 0 static char sccsid[] = "@(#)globals.c 8.2 (Berkeley) 4/28/95"; #else -static char rcsid[] = "$OpenBSD: globals.c,v 1.11 2003/06/03 03:01:38 millert Exp $"; +static char rcsid[] = "$OpenBSD: globals.c,v 1.12 2004/02/03 20:22:37 drahn Exp $"; #endif #endif /* not lint */ @@ -250,7 +250,7 @@ int wordcount, wordnumber; int stop_cypher; /* continue parsing the current line? */ /* state of the game */ -int ourtime; +time_t ourtime; int position; int direction; int left, right, ahead, back; |