mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-12 14:00:19 -04:00
16 lines
400 B
Plaintext
16 lines
400 B
Plaintext
$NetBSD: patch-ab,v 1.1.1.1 2004/12/26 18:53:31 wiz Exp $
|
|
|
|
--- files/zip/zip.h.orig 2003-09-20 17:02:02.000000000 +0200
|
|
+++ files/zip/zip.h
|
|
@@ -58,6 +58,10 @@ extern "C" {
|
|
#include "zlib.h"
|
|
#endif
|
|
|
|
+#ifndef OF
|
|
+#define OF(x) x
|
|
+#endif
|
|
+
|
|
#if defined(STRICTZIP) || defined(STRICTZIPUNZIP)
|
|
/* like the STRICT of WIN32, we define a pointer that cannot be converted
|
|
from (void*) without cast */
|