Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / emulators / zsnes / patches / patch-ae
blobcd9e2706aafd6fe7b2c9fd98432c4f9d9b010d38
1 $NetBSD$
3 --- zip/zunzip.h.orig   2005-01-20 01:37:57.000000000 +0100
4 +++ zip/zunzip.h        2005-01-20 01:38:09.000000000 +0100
5 @@ -41,6 +41,10 @@
6  #ifndef _unz_H
7  #define _unz_H
8  
9 +#ifndef OF
10 +# define OF(args)      args
11 +#endif
13  #ifdef __cplusplus
14  extern "C" {
15  #endif