pkgsrc/archivers/libcomprex/patches/patch-ac
2005-10-04 19:16:24 +00:00

13 lines
380 B
Text

$NetBSD: patch-ac,v 1.3 2005/10/04 19:16:24 joerg Exp $
--- modules/archive/zip/header.h.orig 2005-10-04 21:12:18.000000000 +0200
+++ modules/archive/zip/header.h
@@ -77,7 +77,7 @@ typedef enum
} ZipStatus;
-CxStatus cxZipReadLocalHeader(ZipLocalHeader *header, CxFP *fp);
+ZipStatus cxZipReadLocalHeader(ZipLocalHeader *header, CxFP *fp);
#endif /* _MOD_HEADER_H_ */