mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-04 02:08:49 -04:00
16 lines
386 B
Plaintext
16 lines
386 B
Plaintext
$NetBSD: patch-ad,v 1.1.1.1 2004/07/19 20:29:37 wiz Exp $
|
|
|
|
--- unzip.h.orig 2001-04-11 22:23:10.000000000 +0200
|
|
+++ unzip.h
|
|
@@ -49,6 +49,10 @@ extern "C" {
|
|
#include "zlib.h"
|
|
#endif
|
|
|
|
+#ifndef OF
|
|
+#define OF(a) a
|
|
+#endif
|
|
+
|
|
#if defined(STRICTUNZIP) || defined(STRICTZIPUNZIP)
|
|
/* like the STRICT of WIN32, we define a pointer that cannot be converted
|
|
from (void*) without cast */
|