summaryrefslogtreecommitdiff
path: root/wm/olvwm/patches
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2007-08-08 20:40:48 +0000
committerjoerg <joerg@pkgsrc.org>2007-08-08 20:40:48 +0000
commit77c305e77df4eb73943a549d752aaf06220c447e (patch)
treea3916af8f5a169d72169abd0d4e4d74f3206b50e /wm/olvwm/patches
parenta2277ba41508942831631ca703bda56ae7fea354 (diff)
downloadpkgsrc-77c305e77df4eb73943a549d752aaf06220c447e.tar.gz
Don't use malloc.h.
Diffstat (limited to 'wm/olvwm/patches')
-rw-r--r--wm/olvwm/patches/patch-an13
1 files changed, 13 insertions, 0 deletions
diff --git a/wm/olvwm/patches/patch-an b/wm/olvwm/patches/patch-an
new file mode 100644
index 00000000000..8d50806378f
--- /dev/null
+++ b/wm/olvwm/patches/patch-an
@@ -0,0 +1,13 @@
+$NetBSD: patch-an,v 1.1 2007/08/08 20:40:48 joerg Exp $
+
+--- mem.c.orig 2007-08-08 20:20:14.000000000 +0000
++++ mem.c
+@@ -18,7 +18,7 @@
+
+
+ #include <sys/types.h>
+-#include <malloc.h>
++#include <stdlib.h>
+ #include <memory.h>
+ #include <stdio.h>
+