mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-24 04:03:34 -04:00
17 lines
383 B
Plaintext
17 lines
383 B
Plaintext
$NetBSD: patch-ac,v 1.1.1.1 2004/07/19 18:37:15 wiz Exp $
|
|
|
|
NetBSD's zlib.h does not define OF().
|
|
|
|
--- src/unzip.h.orig 2004-01-21 21:50:00.000000000 +0100
|
|
+++ src/unzip.h
|
|
@@ -58,6 +58,9 @@ typedef unzFile__ *unzFile;
|
|
typedef voidp unzFile;
|
|
#endif
|
|
|
|
+#ifndef OF
|
|
+#define OF(a) a
|
|
+#endif
|
|
|
|
#define UNZ_OK (0)
|
|
#define UNZ_END_OF_LIST_OF_FILE (-100)
|