Files
2013-09-26 17:14:40 +02:00

20 lines
378 B
Plaintext

$NetBSD: patch-aa,v 1.2 2004/11/19 10:09:48 adam Exp $
--- src/includes/unzip.h.orig 2003-03-30 14:39:27.000000000 +0100
+++ src/includes/unzip.h
@@ -49,6 +49,14 @@
#ifndef _unz_H
#define _unz_H
+#ifndef OF /* function prototypes */
+# ifdef STDC
+# define OF(args) args
+# else
+# define OF(args) ()
+# endif
+#endif
+
#ifdef __cplusplus
extern "C" {
#endif