$NetBSD: patch-ac,v 1.2 2002/08/31 00:15:41 wiz Exp $

--- zip/unzip.h.orig	Thu May 23 02:03:08 2002
+++ zip/unzip.h
@@ -47,6 +47,10 @@ extern "C" {
 
 #include <zlib.h>
 
+#ifndef OF
+# define OF(args)	args
+#endif
+
 #if defined(STRICTUNZIP) || defined(STRICTZIPUNZIP)
 /* like the STRICT of WIN32, we define a pointer that cannot be converted
     from (void*) without cast */
