pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/comms/kermit/patches Don't use malloc.h



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ba8a8d4ba654
branches:  trunk
changeset: 531926:ba8a8d4ba654
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Wed Aug 08 19:48:04 2007 +0000

description:
Don't use malloc.h

diffstat:

 comms/kermit/patches/patch-al |  20 ++++++++++++++++++++
 1 files changed, 20 insertions(+), 0 deletions(-)

diffs (24 lines):

diff -r 4c570098a4fe -r ba8a8d4ba654 comms/kermit/patches/patch-al
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/comms/kermit/patches/patch-al     Wed Aug 08 19:48:04 2007 +0000
@@ -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 */



Home | Main Index | Thread Index | Old Index