aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--archivers/libcomprex/files/patch-header.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/archivers/libcomprex/files/patch-header.c b/archivers/libcomprex/files/patch-header.c
new file mode 100644
index 000000000000..5a6fd4b4c673
--- /dev/null
+++ b/archivers/libcomprex/files/patch-header.c
@@ -0,0 +1,11 @@
+--- modules/archive/zip/header.c.orig Sun Aug 15 18:08:32 2004
++++ modules/archive/zip/header.c Sun Aug 15 18:08:34 2004
+@@ -25,7 +25,7 @@
+ #include "zip.h"
+
+
+-ZipStatus
++CxStatus
+ cxZipReadLocalHeader(ZipLocalHeader *header, CxFP *fp)
+ {
+ char buffer[ZIP_LOCAL_HEADER_SIZE];