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

16 lines
283 B
Plaintext

$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 <stddef.h>
# include <string.h>