diff options
Diffstat (limited to 'emulators/zsnes/patches/patch-ac')
-rw-r--r-- | emulators/zsnes/patches/patch-ac | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/emulators/zsnes/patches/patch-ac b/emulators/zsnes/patches/patch-ac index f339a3832b3..4c11b1f7753 100644 --- a/emulators/zsnes/patches/patch-ac +++ b/emulators/zsnes/patches/patch-ac @@ -1,9 +1,9 @@ -$NetBSD: patch-ac,v 1.3 2005/01/20 00:43:15 xtraeme Exp $ +$NetBSD: patch-ac,v 1.4 2007/03/24 20:10:08 adam Exp $ ---- zip/unzip.c.orig 2005-01-20 01:32:47.000000000 +0100 -+++ zip/unzip.c 2005-01-20 01:33:03.000000000 +0100 +--- zip/unzip.c.orig 2005-08-14 15:49:35.000000000 +0200 ++++ zip/unzip.c @@ -15,6 +15,10 @@ - #include "zlib.h" + #include "zunzip.h" +#ifndef OF |