Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / emulators / snes9x / patches / patch-ah
blob25ce6f66809901e564b653c40f476d961fd1c27f
1 $NetBSD$
3 --- unzip/unz.h.orig    2004-12-30 14:15:45.000000000 -0800
4 +++ unzip/unz.h
5 @@ -11,6 +11,14 @@
6    ---------------------------------------------------------------------------*/
7  
8  #include "zlib.h"
9 +/* removed in NetBSD around 2001/01/18 */
10 +#ifndef OF
11 +#  ifdef STDC
12 +#    define OF(args)  args
13 +#  else
14 +#    define OF(args)  ()
15 +#  endif
16 +#endif
18  /*****************************************/
19  /*  Predefined, Machine-specific Macros  */