summaryrefslogtreecommitdiff
path: root/x11/xview-lib/patches/patch-bw
diff options
context:
space:
mode:
Diffstat (limited to 'x11/xview-lib/patches/patch-bw')
-rw-r--r--x11/xview-lib/patches/patch-bw17
1 files changed, 0 insertions, 17 deletions
diff --git a/x11/xview-lib/patches/patch-bw b/x11/xview-lib/patches/patch-bw
deleted file mode 100644
index 29d22691bae..00000000000
--- a/x11/xview-lib/patches/patch-bw
+++ /dev/null
@@ -1,17 +0,0 @@
-$NetBSD: patch-bw,v 1.1 2001/12/20 09:20:01 tron Exp $
-
---- lib/libxview/panel/p_drop.c.orig Tue Jun 29 07:17:04 1993
-+++ lib/libxview/panel/p_drop.c Thu Dec 20 10:09:16 2001
-@@ -10,7 +10,12 @@
- * file for terms of the license.
- */
-
-+#include <sys/param.h>
-+#if (defined(BSD) && (BSD >= 199103))
-+#include <stdlib.h>
-+#else
- #include <malloc.h>
-+#endif
- #include <xview_private/draw_impl.h>
- #include <xview_private/i18n_impl.h>
- #include <xview_private/panel_impl.h>