pkgsrc/x11/xview-lib/patches/patch-bd
tron 71146f333e Cleanup patch files:
- unified format
- only one patch per file
- no files gets patched twice
2001-12-20 09:19:53 +00:00

22 lines
476 B
Text

$NetBSD: patch-bd,v 1.1 2001/12/20 09:19:57 tron Exp $
--- lib/libxview/frame/fm_props.h.orig Tue Jun 29 07:16:14 1993
+++ lib/libxview/frame/fm_props.h Thu Dec 20 10:09:16 2001
@@ -13,11 +13,16 @@
#define _frame_props_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>