mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-22 02:57:40 -04:00
20 lines
492 B
Plaintext
20 lines
492 B
Plaintext
$NetBSD: patch-ah,v 1.3 2006/03/18 15:56:00 ben Exp $
|
|
|
|
--- unzip/unz.h.orig 2004-12-30 14:15:45.000000000 -0800
|
|
+++ unzip/unz.h
|
|
@@ -11,6 +11,14 @@
|
|
---------------------------------------------------------------------------*/
|
|
|
|
#include "zlib.h"
|
|
+/* removed in NetBSD around 2001/01/18 */
|
|
+#ifndef OF
|
|
+# ifdef STDC
|
|
+# define OF(args) args
|
|
+# else
|
|
+# define OF(args) ()
|
|
+# endif
|
|
+#endif
|
|
|
|
/*****************************************/
|
|
/* Predefined, Machine-specific Macros */
|