[2135] in Kerberos_V5_Development
Re: malloc.h is not standard
daemon@ATHENA.MIT.EDU (Theodore Y. Ts'o)
Sat Dec 21 04:43:18 1996
Date: Sat, 21 Dec 1996 04:43:10 -0500
From: "Theodore Y. Ts'o" <tytso@MIT.EDU>
To: Michael Graff <explorer@flame.org>
Cc: Paul A Vixie <paul@vix.com>, Ezra Peisach <epeisach@MIT.EDU>,
Tom Yu
<tlyu@MIT.EDU>, krbdev@MIT.EDU
In-Reply-To: Michael Graff's message of 19 Dec 1996 20:12:53 -0500,
<v6u3piow6i.fsf@kechara.flame.org>
From: Michael Graff <explorer@flame.org>
Date: 19 Dec 1996 20:12:53 -0500
Paul A Vixie <paul@vix.com> writes:
> making all in kadmin/testing/util...
> cc -O -DKRB5_KRB4_COMPAT -I./../../../include -I/udir/vixie/krb5-1.0/src/kadmi!
> /udir/vixie/krb5-1.0/src/kadmin/testing/util/tcl_ovsec_kadm.c:7: malloc.h: No !
> *** Error code 1
FreeBSD 2.x spits out a warning that malloc.h is depreciated...
NetBSD just has a dummy malloc.h that includes <stdlib.h>
IMHO, not HAVING the file is a better idea, but...
We removed the #include's of malloc.h before the 1.0 release.
- Ted