$NetBSD: patch-ac,v 1.4 2007/03/24 20:10:08 adam Exp $ --- zip/unzip.c.orig 2005-08-14 15:49:35.000000000 +0200 +++ zip/unzip.c @@ -15,6 +15,10 @@ #include "zunzip.h" +#ifndef OF +# define OF(args) args +#endif + #ifdef STDC # include # include