summaryrefslogtreecommitdiff
path: root/chat/gnomeicu/patches
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2007-08-08 19:29:40 +0000
committerjoerg <joerg@pkgsrc.org>2007-08-08 19:29:40 +0000
commitcef45775b74c7004560a650d6e3ed9a6e70be56f (patch)
tree11d042a9c0587cf203c70e7927778b6a9897a451 /chat/gnomeicu/patches
parent21701afeab56e54fc470566d6323b5db2dc8d170 (diff)
downloadpkgsrc-cef45775b74c7004560a650d6e3ed9a6e70be56f.tar.gz
Don't use malloc.h.
Diffstat (limited to 'chat/gnomeicu/patches')
-rw-r--r--chat/gnomeicu/patches/patch-ab13
1 files changed, 13 insertions, 0 deletions
diff --git a/chat/gnomeicu/patches/patch-ab b/chat/gnomeicu/patches/patch-ab
new file mode 100644
index 00000000000..315cd8c6c6b
--- /dev/null
+++ b/chat/gnomeicu/patches/patch-ab
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.3 2007/08/08 19:31:20 joerg Exp $
+
+--- src/icu_db.c.orig 2007-08-08 19:03:20.000000000 +0000
++++ src/icu_db.c
+@@ -27,7 +27,7 @@
+
+ #include <fcntl.h>
+ #include <errno.h>
+-#include <malloc.h>
++#include <stdlib.h>
+ #include <stdio.h>
+ #include <string.h>
+ #include <sys/param.h>