openbsd-ports/x11/xview/config/patches/p-libxview-frame-frame_help_h
2010-05-28 01:13:54 +00:00

21 lines
479 B
Plaintext

--- lib/libxview/frame/frame_help.h.orig Tue Jun 29 07:16:10 1993
+++ lib/libxview/frame/frame_help.h Sun May 23 14:16:14 2010
@@ -17,11 +17,16 @@ static char sccsid[] = "@(#)frame_help.h 1.27 93/0
#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>