summaryrefslogtreecommitdiff
path: root/x11-toolkits/xview/files/patch-lib+libxview+frame+fm_impl.h
blob: ecad585988290e08e3065a47becb2fcbe2f4b2a6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--- lib/libxview/frame/fm_impl.h.orig	2005-03-28 06:41:27.000000000 -0800
+++ lib/libxview/frame/fm_impl.h	2012-02-02 17:15:19.460301420 -0800
@@ -19,9 +19,14 @@
 /* standard includes */
 #ifndef FILE
 #if !defined(SVR4) && !defined(__linux__) && !defined(__CYGWIN__)
+#ifdef NULL
 #undef NULL
+#endif
 #endif /* SVR4 */
 #include <stdio.h>
+#ifndef NULL
+#define NULL 0
+#endif
 #endif /* FILE */
 #include <sys/time.h>
 #ifdef OW_I18N