Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Feb 1997 19:18:09 +1100
From:      Bruce Evans <bde@zeta.org.au>
To:        freebsd-ports@freebsd.org, koshy@india.hp.com
Subject:   Re: Port for XaoS 2.2 uploaded
Message-ID:  <199702260818.TAA09358@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help
>(b) Some of the source files refer to <malloc.h> which seems to have been
>    obsoleted around the Lite2 time frame?  I've enclosed these around a
>    `#if !defined(BSD) || (BSD < 199506)' construct though I wonder now if
>    this was the canonically correct thing to do.

It was obsolete around the ANSI standard approval time frame (1988).
<malloc.h> is SYSV compatibility header and should not be used by programs
that support BSD.  Uses <stdlib.h> on Standard systems.

Bruce



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199702260818.TAA09358>