summaryrefslogtreecommitdiff
path: root/chat/psi/patches/patch-ad
blob: 09eac75e122b10a7e3b229909798a3bb332adb93 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
$NetBSD: patch-ad,v 1.1.1.1 2002/08/04 16:52:45 jdolecek Exp $

--- src/minizip/unzip.h.orig	Mon Jul 29 19:53:00 2002
+++ src/minizip/unzip.h	Mon Jul 29 19:54:16 2002
@@ -49,6 +49,14 @@
 #include "zlib.h"
 #endif
 
+#ifndef OF
+#  ifdef STDC
+#    define OF(x)	x
+#  else
+#    define OF(x)
+#  endif
+#endif
+
 #if defined(STRICTUNZIP) || defined(STRICTZIPUNZIP)
 /* like the STRICT of WIN32, we define a pointer that cannot be converted
     from (void*) without cast */