summaryrefslogtreecommitdiff
path: root/net/xmftp/patches/patch-aj
diff options
context:
space:
mode:
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>