diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2004-08-15 16:14:03 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2004-08-15 16:14:03 +0000 |
commit | 5457de812ed133de5e614f4849aafabdea8878a2 (patch) | |
tree | 71564bc77b4482d3833590866ecd1787457b6141 /archivers | |
parent | e0ee1c46d65d07705a923bda98fdf127b05bec05 (diff) | |
download | ports-5457de812ed133de5e614f4849aafabdea8878a2.tar.gz ports-5457de812ed133de5e614f4849aafabdea8878a2.zip |
Notes
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/libcomprex/files/patch-header.c | 11 |
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]; |