aboutsummaryrefslogtreecommitdiff
path: root/games/greed
diff options
context:
space:
mode:
authorFrederic Culot <culot@FreeBSD.org>2015-06-18 05:18:41 +0000
committerFrederic Culot <culot@FreeBSD.org>2015-06-18 05:18:41 +0000
commit506251d7b2a1ad746dca346bbb6546c372fa6609 (patch)
tree7b6a7c60b3249dafda9d6c3c4ce34cd74d49f3d7 /games/greed
parent4438c4b6a6a0d6563b4426133c82f8c053bd9647 (diff)
Notes
Diffstat (limited to 'games/greed')
-rw-r--r--games/greed/files/patch-greed.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/games/greed/files/patch-greed.c b/games/greed/files/patch-greed.c
new file mode 100644
index 000000000000..ec1ca8ff215f
--- /dev/null
+++ b/games/greed/files/patch-greed.c
@@ -0,0 +1,10 @@
+--- greed.c.orig 2015-06-18 05:00:09 UTC
++++ greed.c
+@@ -176,7 +176,6 @@ void showmoves(bool, int*);
+ main(int argc, char **argv)
+ {
+ int val = 1;
+- extern long time();
+ int attribs[9];
+ #ifdef A_COLOR
+ char *colors;