summaryrefslogtreecommitdiff
path: root/games/tuxpuck/files/patch-tuxpuck.c
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-05-31 14:08:59 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-05-31 14:08:59 +0000
commitbe501e65e759efdc61a3b36fa077a8de5966aad9 (patch)
tree2f04c7a04fab808ac2f234579ac4839e7e051bce /games/tuxpuck/files/patch-tuxpuck.c
parentAdd wmfirew 0.20, a dockapp that shows fireworks in action. (diff)
add tuxpuck 0.7.116
Shufflepuck Cafe Clone PR: 37512 Submitted by: Jan Stocker <Jan.Stocker@t-online.de>
Notes
Notes: svn path=/head/; revision=60381
Diffstat (limited to '')
-rw-r--r--games/tuxpuck/files/patch-tuxpuck.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/games/tuxpuck/files/patch-tuxpuck.c b/games/tuxpuck/files/patch-tuxpuck.c
new file mode 100644
index 000000000000..ca26c8ca23b0
--- /dev/null
+++ b/games/tuxpuck/files/patch-tuxpuck.c
@@ -0,0 +1,11 @@
+--- tuxpuck.c.orig Thu Apr 25 23:24:18 2002
++++ tuxpuck.c Thu Apr 25 23:24:39 2002
+@@ -40,7 +40,7 @@
+ #endif
+
+ /* externals */
+-extern time_t time(time_t *);
++#include <time.h>
+ extern void run_intro(void);
+ extern AIPlayer *tux_create(Pad *, Puck *);
+ extern AIPlayer *arcana_create(Pad *, Puck *);