summaryrefslogtreecommitdiffstats
path: root/include/malloc.h
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>2001-10-25 02:35:29 +0000
committerwollman <wollman@FreeBSD.org>2001-10-25 02:35:29 +0000
commit2ffad81b1757554bf9413d11af0e92c93a94575b (patch)
tree4e53f9cd02aa5647380f3ba2f7b74ce0ff9a9a0b /include/malloc.h
parenteea321b9ba4d9ca3dac5d200ac87a3c2574a470a (diff)
downloadFreeBSD-src-2ffad81b1757554bf9413d11af0e92c93a94575b.zip
FreeBSD-src-2ffad81b1757554bf9413d11af0e92c93a94575b.tar.gz
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.
Diffstat (limited to 'include/malloc.h')
-rw-r--r--include/malloc.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/include/malloc.h b/include/malloc.h
index d4407d2..2c63b65 100644
--- a/include/malloc.h
+++ b/include/malloc.h
@@ -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>"
OpenPOWER on IntegriCloud