summaryrefslogtreecommitdiff
path: root/emulators/snes9x/patches/patch-ai
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/snes9x/patches/patch-ai')
-rw-r--r--emulators/snes9x/patches/patch-ai4
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/snes9x/patches/patch-ai b/emulators/snes9x/patches/patch-ai
index dc309f75eb0..4082dabbba7 100644
--- a/emulators/snes9x/patches/patch-ai
+++ b/emulators/snes9x/patches/patch-ai
@@ -1,4 +1,4 @@
-$NetBSD: patch-ai,v 1.1 2001/03/13 13:46:57 wiz Exp $
+$NetBSD: patch-ai,v 1.2 2001/07/17 15:31:25 wiz Exp $
--- unzip/unzip.h.orig Wed Aug 25 07:52:56 1999
+++ unzip/unzip.h
@@ -7,7 +7,7 @@ $NetBSD: patch-ai,v 1.1 2001/03/13 13:46:57 wiz Exp $
#endif
+/* removed in NetBSD around 2001/01/18 */
-+#ifndef OF /* function prototypes */
++#ifndef OF
+# ifdef STDC
+# define OF(args) args
+# else