summaryrefslogtreecommitdiff
path: root/x11/xview-lib/patches/patch-bh
blob: f8f2177c0874a7440b556d4f0e4fd90bf66ef3bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
$NetBSD: patch-bh,v 1.1 2001/12/20 09:19:57 tron Exp $

--- lib/libxview/frame/frame_help.h.orig	Tue Jun 29 07:16:10 1993
+++ lib/libxview/frame/frame_help.h	Thu Dec 20 10:09:16 2001
@@ -17,11 +17,16 @@
 #define _frame_help_h_already_included
 
 /* standard includes */
+#ifdef NULL
+#undef  NULL
+#endif
 #ifndef FILE
 #ifndef SVR4
-#undef NULL
 #endif SVR4
 #include <stdio.h>
+#ifndef NULL
+#define NULL 0
+#endif
 #endif FILE
 #include <sys/time.h>
 #include <xview/notify.h>