summaryrefslogtreecommitdiff
path: root/emulators/snes9x/patches/patch-ah
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/snes9x/patches/patch-ah')
-rw-r--r--emulators/snes9x/patches/patch-ah19
1 files changed, 19 insertions, 0 deletions
diff --git a/emulators/snes9x/patches/patch-ah b/emulators/snes9x/patches/patch-ah
new file mode 100644
index 00000000000..73a12f5b4b5
--- /dev/null
+++ b/emulators/snes9x/patches/patch-ah
@@ -0,0 +1,19 @@
+$NetBSD: patch-ah,v 1.1 2001/03/13 13:46:57 wiz Exp $
+
+--- unzip/unz.h.orig Wed Aug 25 07:52:56 1999
++++ unzip/unz.h
+@@ -11,6 +11,14 @@
+ ---------------------------------------------------------------------------*/
+
+ #include "zlib.h"
++/* removed in NetBSD around 2001/01/18 */
++#ifndef OF
++# ifdef STDC
++# define OF(args) args
++# else
++# define OF(args) ()
++# endif
++#endif
+
+ /*****************************************/
+ /* Predefined, Machine-specific Macros */