mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
23 lines
505 B
Plaintext
23 lines
505 B
Plaintext
$NetBSD: patch-bf,v 1.2 2009/12/10 20:35:57 abs Exp $
|
|
|
|
--- lib/libxview/frame/frame_base.h.orig 1993-06-29 05:16:14.000000000 +0000
|
|
+++ lib/libxview/frame/frame_base.h
|
|
@@ -17,11 +17,16 @@ static char sccsid[] = "@(#)frame_ba
|
|
#define _frame_base_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>
|