summaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2007-08-08 19:48:04 +0000
committerjoerg <joerg@pkgsrc.org>2007-08-08 19:48:04 +0000
commit98190f35265186a5356a0ed7f7eea7397568c903 (patch)
tree9cfa7c3d86a24ec369d46ea5848b088384858e92 /comms
parent94883ca1eae42490915a968dc2641c673056f5a6 (diff)
downloadpkgsrc-98190f35265186a5356a0ed7f7eea7397568c903.tar.gz
Don't use malloc.h
Diffstat (limited to 'comms')
-rw-r--r--comms/kermit/patches/patch-al20
1 files changed, 20 insertions, 0 deletions
diff --git a/comms/kermit/patches/patch-al b/comms/kermit/patches/patch-al
new file mode 100644
index 00000000000..871f594e21e
--- /dev/null
+++ b/comms/kermit/patches/patch-al
@@ -0,0 +1,20 @@
+$NetBSD: patch-al,v 1.1 2007/08/08 19:48:04 joerg Exp $
+
+--- ckuath.c.orig 2007-08-08 19:27:44.000000000 +0000
++++ ckuath.c
+@@ -117,15 +117,6 @@ int accept_complete = 0;
+ #include <time.h>
+ #include <fcntl.h>
+ #include <errno.h>
+-#ifndef malloc
+-#ifndef VMS
+-#ifndef FREEBSD4
+-#ifndef OpenBSD
+-#include <malloc.h>
+-#endif /* OpenBSD */
+-#endif /* FREEBSD4 */
+-#endif /* VMS */
+-#endif /* malloc */
+ #ifdef OS2
+ #include <io.h>
+ #endif /* OS2 */