summaryrefslogtreecommitdiff
path: root/emulators/zsnes/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/zsnes/patches/patch-ac')
-rw-r--r--emulators/zsnes/patches/patch-ac20
1 files changed, 10 insertions, 10 deletions
diff --git a/emulators/zsnes/patches/patch-ac b/emulators/zsnes/patches/patch-ac
index 111c1d11f80..f339a3832b3 100644
--- a/emulators/zsnes/patches/patch-ac
+++ b/emulators/zsnes/patches/patch-ac
@@ -1,15 +1,15 @@
-$NetBSD: patch-ac,v 1.2 2002/08/31 00:15:41 wiz Exp $
+$NetBSD: patch-ac,v 1.3 2005/01/20 00:43:15 xtraeme Exp $
---- zip/unzip.h.orig Thu May 23 02:03:08 2002
-+++ zip/unzip.h
-@@ -47,6 +47,10 @@ extern "C" {
-
- #include <zlib.h>
+--- zip/unzip.c.orig 2005-01-20 01:32:47.000000000 +0100
++++ zip/unzip.c 2005-01-20 01:33:03.000000000 +0100
+@@ -15,6 +15,10 @@
+ #include "zlib.h"
+ #include "zunzip.h"
+#ifndef OF
-+# define OF(args) args
++# define OF(args) args
+#endif
+
- #if defined(STRICTUNZIP) || defined(STRICTZIPUNZIP)
- /* like the STRICT of WIN32, we define a pointer that cannot be converted
- from (void*) without cast */
+ #ifdef STDC
+ # include <stddef.h>
+ # include <string.h>