pkgsrc/archivers/unzip/patches/patch-aa
1998-12-30 04:06:35 +00:00

20 lines
451 B
Text

$NetBSD: patch-aa,v 1.3 1998/12/30 04:06:35 tv Exp $
--- unzip.h.orig Sat Oct 18 18:58:07 1997
+++ unzip.h Sat Jun 20 18:33:18 1998
@@ -175,10 +175,15 @@
#endif
/* used to remove arguments in function prototypes for non-ANSI C */
+#ifdef USE_ZLIB
+#include <zconf.h>
+#endif
+#ifndef OF
#ifdef PROTO
# define OF(a) a
#else
# define OF(a) ()
+#endif
#endif
/* enable the "const" keyword only if MODERN and if not otherwise instructed */