Date: Wed, 24 Oct 2001 22:39:41 -0400 (EDT) From: Garrett Wollman <wollman@khavrinen.lcs.mit.edu> To: cvs-committers@FreeBSD.org Cc: cvs-all@FreeBSD.org Subject: cvs commit: src/include malloc.h Message-ID: <200110250239.f9P2dfn50520@khavrinen.lcs.mit.edu> In-Reply-To: <200110250235.f9P2ZTU86318@freefall.freebsd.org> References: <200110250235.f9P2ZTU86318@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
<<On Wed, 24 Oct 2001 19:35:29 -0700 (PDT), Garrett Wollman <wollman@FreeBSD.org> said: > Resume deorbit burn sequence for <malloc.h>. Inspection of my make logs > reveals no programs in the standard build which hit the previous warning > message. This change will NOT be merged to 4-stable. This was discussed in one of the mailing-lists a few months ago. The postponement of 5.0 means that port maintainers have almost a year to fix programs which still use this 10-years-obsolete header. <malloc.h> was never part of Standard C and is was included in SUSv2. As the error message suggests, the correct fix for any program which unconditionally includes <malloc.h> is to include <stdlib.h> instead. -GAWollman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200110250239.f9P2dfn50520>