summaryrefslogtreecommitdiffstats
path: root/games/grdc/grdc.c
diff options
context:
space:
mode:
authorjb <jb@FreeBSD.org>1998-05-09 11:31:20 +0000
committerjb <jb@FreeBSD.org>1998-05-09 11:31:20 +0000
commit48392a07893d227d014b060bccfd8be7694d6b2e (patch)
tree59d20cbb3a138d6b90b774d3cc75d830bad4795d /games/grdc/grdc.c
parent6f0053bd9d3bd29bc4e95864aaaf86adcdee0fbb (diff)
downloadFreeBSD-src-48392a07893d227d014b060bccfd8be7694d6b2e.zip
FreeBSD-src-48392a07893d227d014b060bccfd8be7694d6b2e.tar.gz
Change long variable to time_t where it is passed to time() by reference.
Diffstat (limited to 'games/grdc/grdc.c')
-rw-r--r--games/grdc/grdc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/grdc/grdc.c b/games/grdc/grdc.c
index ebb3293..42e6c3c 100644
--- a/games/grdc/grdc.c
+++ b/games/grdc/grdc.c
@@ -21,7 +21,7 @@
#define YDEPTH 7
/* it won't be */
-long now; /* yeah! */
+time_t now; /* yeah! */
struct tm *tm;
short disp[11] = {
OpenPOWER on IntegriCloud