summaryrefslogtreecommitdiff
path: root/wm/w9wm/patches
diff options
context:
space:
mode:
authorkristerw <kristerw>2005-07-20 17:51:52 +0000
committerkristerw <kristerw>2005-07-20 17:51:52 +0000
commit1d9adb6e3e9700b09c58e244647affc3f36993c8 (patch)
tree1a0bda2e59f4055131a09a17364d7eaeead8d039 /wm/w9wm/patches
parent4a989869306adc3d963e390873a58f8dae9f57db (diff)
downloadpkgsrc-1d9adb6e3e9700b09c58e244647affc3f36993c8.tar.gz
Do not include <malloc.h>.
Diffstat (limited to 'wm/w9wm/patches')
-rw-r--r--wm/w9wm/patches/patch-aa12
1 files changed, 12 insertions, 0 deletions
diff --git a/wm/w9wm/patches/patch-aa b/wm/w9wm/patches/patch-aa
new file mode 100644
index 00000000000..fa20eed1623
--- /dev/null
+++ b/wm/w9wm/patches/patch-aa
@@ -0,0 +1,12 @@
+$NetBSD: patch-aa,v 1.1 2005/07/20 17:51:52 kristerw Exp $
+
+--- client.c.orig Wed Jul 20 19:46:03 2005
++++ client.c Wed Jul 20 19:46:30 2005
+@@ -1,6 +1,6 @@
+ /* Copyright (c) 1994 David Hogan, 2000 Benjamin Drieu see README for licence details */
+ #include <stdio.h>
+-#include <malloc.h>
++#include <stdlib.h>
+ #include <string.h>
+ #include <X11/X.h>
+ #include <X11/Xlib.h>