blob: b9e9a66847d09fd6c6ee84268705e07b24fe8301 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
$NetBSD: patch-ar,v 1.2 2001/12/20 09:19:56 tron Exp $
--- lib/libxview/sel/seln_impl.h.orig Tue Jun 29 07:15:25 1993
+++ lib/libxview/sel/seln_impl.h Thu Dec 20 10:09:17 2001
@@ -9,12 +9,17 @@
* file for terms of the license.
*/
+#ifdef NULL
+#undef NULL
+#endif
#include <errno.h>
#ifndef FILE
#ifndef SVR4
-#undef NULL
#endif SVR4
#include <stdio.h>
+#ifndef NULL
+#define NULL 0
+#endif
#endif FILE
#include <sys/time.h>
#include <sys/types.h>
|