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 commit is contained in:
Garrett Wollman 2001-10-25 02:35:29 +00:00
parent f8bf16fc88
commit 6811ccc9b3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=85454

View File

@ -1,5 +1,2 @@
#if __GNUC__
#warning "this file includes <malloc.h> which is deprecated, use <stdlib.h> instead"
#endif
#include <stdlib.h>
/* $FreeBSD$ */
#error "<malloc.h> has been replaced by <stdlib.h>"