From 5457de812ed133de5e614f4849aafabdea8878a2 Mon Sep 17 00:00:00 2001 From: Tilman Keskinoz Date: Sun, 15 Aug 2004 16:14:03 +0000 Subject: Fix build with gcc 3.4 --- archivers/libcomprex/files/patch-header.c | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 archivers/libcomprex/files/patch-header.c (limited to 'archivers/libcomprex') 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]; -- cgit v1.2.3