20 lines
484 B
Text
20 lines
484 B
Text
$NetBSD: patch-ai,v 1.2 2001/07/17 15:31:25 wiz Exp $
|
|
|
|
--- unzip/unzip.h.orig Wed Aug 25 07:52:56 1999
|
|
+++ unzip/unzip.h
|
|
@@ -49,6 +49,15 @@
|
|
#include "zlib.h"
|
|
#endif
|
|
|
|
+/* removed in NetBSD around 2001/01/18 */
|
|
+#ifndef OF
|
|
+# ifdef STDC
|
|
+# define OF(args) args
|
|
+# else
|
|
+# define OF(args) ()
|
|
+# endif
|
|
+#endif
|
|
+
|
|
#if defined(STRICTUNZIP) || defined(STRICTZIPUNZIP)
|
|
/* like the STRICT of WIN32, we define a pointer that cannot be converted
|
|
from (void*) without cast */
|