aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPaul Richards <paul@FreeBSD.org>1997-04-13 11:33:17 +0000
committerPaul Richards <paul@FreeBSD.org>1997-04-13 11:33:17 +0000
commitfdca1af56ccb95f7a02fc41edff47fc400085584 (patch)
tree5117672f305b38a26718b4714bbb01698ab6d4ed /include
parent752a907a84b34032c20d0f0f968a010d309e6277 (diff)
downloadsrc-fdca1af56ccb95f7a02fc41edff47fc400085584.tar.gz
src-fdca1af56ccb95f7a02fc41edff47fc400085584.zip
This file is deprecated not "obsoleted".
Notes
Notes: svn path=/head/; revision=24868
Diffstat (limited to 'include')
-rw-r--r--include/malloc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/malloc.h b/include/malloc.h
index 497a8a3a284a..d4407d23964e 100644
--- a/include/malloc.h
+++ b/include/malloc.h
@@ -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>