diff options
| -rw-r--r-- | include/malloc.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/include/malloc.h b/include/malloc.h index 5d7d7e8396d3f..75673c72ed858 100644 --- a/include/malloc.h +++ b/include/malloc.h @@ -1,6 +1,6 @@ -/* $FreeBSD$ */ -#if __STDC__ -#error "<malloc.h> has been replaced by <stdlib.h>" -#else +/*- + * This file is in the public domain. + * $FreeBSD$ + */ #include <stdlib.h> -#endif +#include <malloc_np.h> |
