diff options
| author | Garrett Wollman <wollman@FreeBSD.org> | 2001-10-25 02:35:29 +0000 |
|---|---|---|
| committer | Garrett Wollman <wollman@FreeBSD.org> | 2001-10-25 02:35:29 +0000 |
| commit | 6811ccc9b3fe2f61c2f2846c18d51c421969d9d0 (patch) | |
| tree | 4e53f9cd02aa5647380f3ba2f7b74ce0ff9a9a0b /include/malloc.h | |
| parent | f8bf16fc886d1227a50e8222c70cc081415309fe (diff) | |
Notes
Diffstat (limited to 'include/malloc.h')
| -rw-r--r-- | include/malloc.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/include/malloc.h b/include/malloc.h index d4407d23964e..2c63b6507df4 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>" |
