diff options
author | joerg <joerg@pkgsrc.org> | 2007-08-08 19:48:04 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-08-08 19:48:04 +0000 |
commit | 98190f35265186a5356a0ed7f7eea7397568c903 (patch) | |
tree | 9cfa7c3d86a24ec369d46ea5848b088384858e92 /comms | |
parent | 94883ca1eae42490915a968dc2641c673056f5a6 (diff) | |
download | pkgsrc-98190f35265186a5356a0ed7f7eea7397568c903.tar.gz |
Don't use malloc.h
Diffstat (limited to 'comms')
-rw-r--r-- | comms/kermit/patches/patch-al | 20 |
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 */ |