summaryrefslogtreecommitdiff
path: root/emulators/raine/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/raine/patches/patch-ac')
-rw-r--r--emulators/raine/patches/patch-ac22
1 files changed, 22 insertions, 0 deletions
diff --git a/emulators/raine/patches/patch-ac b/emulators/raine/patches/patch-ac
new file mode 100644
index 00000000000..b7e33929117
--- /dev/null
+++ b/emulators/raine/patches/patch-ac
@@ -0,0 +1,22 @@
+$NetBSD: patch-ac,v 1.1.1.1 2004/04/05 05:05:29 xtraeme Exp $
+
+--- source/unzip.c.orig 2004-04-05 05:55:28.000000000 +0200
++++ source/unzip.c 2004-04-05 05:55:54.000000000 +0200
+@@ -493,7 +493,7 @@
+ /*
+ Get Info about the current file in the zipfile, with internal only info
+ */
+-local int unzlocal_GetCurrentFileInfoInternal OF((unzFile file,
++local int unzlocal_GetCurrentFileInfoInternal (unzFile file,
+ unz_file_info *pfile_info,
+ unz_file_info_internal
+ *pfile_info_internal,
+@@ -502,7 +502,7 @@
+ void *extraField,
+ uLong extraFieldBufferSize,
+ char *szComment,
+- uLong commentBufferSize));
++ uLong commentBufferSize);
+
+ local int unzlocal_GetCurrentFileInfoInternal (file,
+ pfile_info,