$NetBSD: patch-ad,v 1.1.1.1 2002/08/04 16:52:45 jdolecek Exp $ --- src/minizip/unzip.h.orig Mon Jul 29 19:53:00 2002 +++ src/minizip/unzip.h Mon Jul 29 19:54:16 2002 @@ -49,6 +49,14 @@ #include "zlib.h" #endif +#ifndef OF +# ifdef STDC +# define OF(x) x +# else +# define OF(x) +# endif +#endif + #if defined(STRICTUNZIP) || defined(STRICTZIPUNZIP) /* like the STRICT of WIN32, we define a pointer that cannot be converted from (void*) without cast */