summaryrefslogtreecommitdiff
path: root/emulators/zsnes/patches/patch-ac
blob: f339a3832b3863bf5de767501d829fcbe5245745 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-ac,v 1.3 2005/01/20 00:43:15 xtraeme Exp $

--- zip/unzip.c.orig	2005-01-20 01:32:47.000000000 +0100
+++ zip/unzip.c	2005-01-20 01:33:03.000000000 +0100
@@ -15,6 +15,10 @@
 #include "zlib.h"
 #include "zunzip.h"
 
+#ifndef OF
+# define OF(args)      args
+#endif
+
 #ifdef STDC
 #  include <stddef.h>
 #  include <string.h>