summaryrefslogtreecommitdiff
path: root/games/xataxx/files/patch-main.c
diff options
context:
space:
mode:
Diffstat (limited to 'games/xataxx/files/patch-main.c')
-rw-r--r--games/xataxx/files/patch-main.c19
1 files changed, 0 insertions, 19 deletions
diff --git a/games/xataxx/files/patch-main.c b/games/xataxx/files/patch-main.c
deleted file mode 100644
index af0f3770dc1b..000000000000
--- a/games/xataxx/files/patch-main.c
+++ /dev/null
@@ -1,19 +0,0 @@
---- main.c.orig
-+++ main.c
-@@ -1,4 +1,7 @@
- #include <stdio.h>
-+#include <stdlib.h>
-+#include <string.h>
-+#include <unistd.h>
- #include <X11/Xlib.h>
- #include <math.h>
- #include "struct.h"
-@@ -160,7 +163,7 @@
- int x;
- {
- int z1, z2, z3, z4, z=0;
-- char nn[6];
-+ static char nn[6];
-
- z1 = (int) (x)/1000;
- z2 = (int) (x)/100-(10*z1);