summaryrefslogtreecommitdiff
path: root/net/xmftp/patches/patch-as
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-as
parentd670e0be94202193bc21fcbdb5adc6a0bd5da8c4 (diff)
downloadpkgsrc-351c5f8f35664b358225bbafaab9a03b720f5be5.tar.gz
malloc.h cleanup.
Diffstat (limited to 'net/xmftp/patches/patch-as')
-rw-r--r--net/xmftp/patches/patch-as13
1 files changed, 13 insertions, 0 deletions
diff --git a/net/xmftp/patches/patch-as b/net/xmftp/patches/patch-as
new file mode 100644
index 00000000000..1bace87d1ec
--- /dev/null
+++ b/net/xmftp/patches/patch-as
@@ -0,0 +1,13 @@
+$NetBSD: patch-as,v 1.1 2007/07/28 01:30:02 joerg Exp $
+
+--- ui/password.c.orig 2007-07-28 01:08:38.000000000 +0000
++++ ui/password.c
+@@ -3,7 +3,7 @@
+ #include <Xm/Xm.h>
+ #include <Xm/Text.h>
+ #include "password.h"
+-#include <malloc.h>
++#include <stdlib.h>
+
+ /* Initialize the specified mode in pf */
+ void PField_InitMode(PassField *pf);