This file is deprecated not "obsoleted".

This commit is contained in:
Paul Richards 1997-04-13 11:33:17 +00:00
parent 752a907a84
commit fdca1af56c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=24868

View File

@ -1,5 +1,5 @@
#if __GNUC__
#warning "this file includes <malloc.h> which is obsoleted, use <stdlib.h> instead"
#warning "this file includes <malloc.h> which is deprecated, use <stdlib.h> instead"
#endif
#include <stdlib.h>