summaryrefslogtreecommitdiff
path: root/games/galaxis/files/patch-galaxis.c
diff options
context:
space:
mode:
Diffstat (limited to 'games/galaxis/files/patch-galaxis.c')
-rw-r--r--games/galaxis/files/patch-galaxis.c20
1 files changed, 0 insertions, 20 deletions
diff --git a/games/galaxis/files/patch-galaxis.c b/games/galaxis/files/patch-galaxis.c
deleted file mode 100644
index 8a923b4f7933..000000000000
--- a/games/galaxis/files/patch-galaxis.c
+++ /dev/null
@@ -1,20 +0,0 @@
---- ./galaxis.c.orig 2010-10-13 12:13:31.000000000 +0200
-+++ ./galaxis.c 2013-12-22 12:01:31.000000000 +0100
-@@ -15,6 +15,8 @@
- #include <assert.h>
- #include <string.h>
- #include <stdlib.h>
-+#include <time.h>
-+#include <unistd.h>
-
- #ifndef A_UNDERLINE /* BSD curses */
- #define beep() write(1,"\007",1);
-@@ -644,7 +646,7 @@
- }
- }
-
--main(argc, argv)
-+int main(argc, argv)
- int argc;
- char *argv[];
- {