summaryrefslogtreecommitdiff
path: root/emulators/zsnes/patches/patch-ac
blob: 4c11b1f7753dcbd479712d3743747c29b49881d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$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>