[2262] in Kerberos-V5-bugs
malloc.h is bogus
daemon@ATHENA.MIT.EDU (John T Kohl)
Tue Sep 24 22:19:20 1996
Date: Tue, 24 Sep 1996 22:19:13 -0400
From: John T Kohl <jtkohl@MIT.EDU>
To: krb5-bugs@MIT.EDU
This is bogus; malloc.h is not a standard include file specified by ANSI
C or POSIX.
[8110] daemon@ATHENA.MIT.EDU (Marco S Hyman) Kerberos 09/24/96 01:14 (10 lines)
Subject: #include <malloc.h>
To: kerberos@MIT.EDU
Date: 23 Sep 1996 21:59:53 -0700
From: Marco S Hyman <marc@dumbcat.codewright.com>
Several files in src/lib/kadm5 include <malloc.h> which doesn't exist
in, for example, bsdi 2.0.1. There's probably a way to make the inclusion
conditional using autoconf, but my quick workaroud was to create an empty
/usr/include/malloc.h.
// marc
--[8110]--