summaryrefslogtreecommitdiff
path: root/net/xmftp/patches/patch-al
diff options
context:
space:
mode:
Diffstat (limited to 'net/xmftp/patches/patch-al')
-rw-r--r--net/xmftp/patches/patch-al13
1 files changed, 13 insertions, 0 deletions
diff --git a/net/xmftp/patches/patch-al b/net/xmftp/patches/patch-al
new file mode 100644
index 00000000000..40c75a6cf3a
--- /dev/null
+++ b/net/xmftp/patches/patch-al
@@ -0,0 +1,13 @@
+$NetBSD: patch-al,v 1.1 2007/07/28 01:30:01 joerg Exp $
+
+--- ui/fill_filelist.c.orig 2007-07-28 00:43:16.000000000 +0000
++++ ui/fill_filelist.c
+@@ -4,7 +4,7 @@
+
+ #include <Xm/Xm.h>
+ #include <Xm/List.h>
+-#include <malloc.h>
++#include <stdlib.h>
+ #include <stdio.h>
+ #include <time.h>
+ #include "fill_filelist.h"