mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
16 lines
387 B
Plaintext
16 lines
387 B
Plaintext
$NetBSD: patch-aa,v 1.2 2003/01/06 19:48:09 wiz Exp $
|
|
|
|
--- include/unzip.h.orig Tue Dec 24 14:32:56 2002
|
|
+++ include/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 */
|