summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 */