aboutsummaryrefslogtreecommitdiff
path: root/games/ztools/patches/zcut-compilefix.diff
diff options
context:
space:
mode:
Diffstat (limited to 'games/ztools/patches/zcut-compilefix.diff')
-rw-r--r--games/ztools/patches/zcut-compilefix.diff14
1 files changed, 14 insertions, 0 deletions
diff --git a/games/ztools/patches/zcut-compilefix.diff b/games/ztools/patches/zcut-compilefix.diff
new file mode 100644
index 000000000000..adcee5990142
--- /dev/null
+++ b/games/ztools/patches/zcut-compilefix.diff
@@ -0,0 +1,14 @@
+diff -Naur a/zcut12.c b/zcut12.c
+--- a/zcut12.c 2001-07-24 02:20:32.000000000 -0400
++++ b/zcut12.c 2012-11-30 14:28:39.000000000 -0500
+@@ -1534,8 +1534,8 @@
+
+ int disk, n;
+
+- enum tsystem this_type = UNKNOWN;
+- enum tsystem prev_type = UNKNOWN;
++ tsystem this_type = UNKNOWN;
++ tsystem prev_type = UNKNOWN;
+
+ char extension[4], *p;
+