summaryrefslogtreecommitdiff
path: root/net/xmftp/patches/patch-aj
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2007-07-28 01:30:01 +0000
committerjoerg <joerg@pkgsrc.org>2007-07-28 01:30:01 +0000
commit351c5f8f35664b358225bbafaab9a03b720f5be5 (patch)
treee6c3fdc6fa4cf62933dc41035994c2f61c8def06 /net/xmftp/patches/patch-aj
parentd670e0be94202193bc21fcbdb5adc6a0bd5da8c4 (diff)
downloadpkgsrc-351c5f8f35664b358225bbafaab9a03b720f5be5.tar.gz
malloc.h cleanup.
Diffstat (limited to 'net/xmftp/patches/patch-aj')
-rw-r--r--net/xmftp/patches/patch-aj13
1 files changed, 13 insertions, 0 deletions
diff --git a/net/xmftp/patches/patch-aj b/net/xmftp/patches/patch-aj
new file mode 100644
index 00000000000..f8a8083cd26
--- /dev/null
+++ b/net/xmftp/patches/patch-aj
@@ -0,0 +1,13 @@
+$NetBSD: patch-aj,v 1.1 2007/07/28 01:30:01 joerg Exp $
+
+--- ui/download.c.orig 2007-07-28 00:42:27.000000000 +0000
++++ ui/download.c
+@@ -6,7 +6,7 @@
+ #include <Xm/MessageB.h>
+ #include <stdio.h>
+ #include <string.h>
+-#include <malloc.h>
++#include <stdlib.h>
+ #include <unistd.h>
+ #include <signal.h>
+ #include <sys/types.h>