[PATCH] use stdlib.h not malloc.h
David Zeuthen
david at fubar.dk
Thu Apr 12 13:01:52 PDT 2007
On Wed, 2007-04-11 at 19:02 -0400, Doug Goldstein wrote:
> Doug Goldstein wrote:
> > malloc.h is deprecated for stdlib.h, FreeBSD 6.2 is enforcing this a bit
> > stronger now apparently. This patch fixes up it's usage.
> >
>
> new and improved.
>
> #ifdef HAVE_MALLOPT
> #include <malloc.h>
> #endif
>
> added as necessary...
>
> mallopt... is... ugh.. but that's something totally different..
Committed, thanks!
David
More information about the hal
mailing list