summaryrefslogtreecommitdiff
path: root/net/xmftp/patches/patch-ap
diff options
context:
space:
mode:
Diffstat (limited to 'net/xmftp/patches/patch-ap')
-rw-r--r--net/xmftp/patches/patch-ap13
1 files changed, 13 insertions, 0 deletions
diff --git a/net/xmftp/patches/patch-ap b/net/xmftp/patches/patch-ap
new file mode 100644
index 00000000000..70d59d527e7
--- /dev/null
+++ b/net/xmftp/patches/patch-ap
@@ -0,0 +1,13 @@
+$NetBSD: patch-ap,v 1.1 2007/07/28 01:30:02 joerg Exp $
+
+--- ui/local_remote_ops.c.orig 2007-07-28 00:57:20.000000000 +0000
++++ ui/local_remote_ops.c
+@@ -12,7 +12,7 @@
+ #include "../program/ftp.h"
+ #include "../program/misc.h"
+ #include "transfer.h"
+-#include <malloc.h>
++#include <stdlib.h>
+ #include <Xm/SelectioB.h>
+ #include <Xm/MessageB.h>
+ #include <Xm/List.h>