From eb79b6a23b52be0104b1bef2bea214428cc54aaa Mon Sep 17 00:00:00 2001 From: imp Date: Wed, 21 Aug 2002 19:03:26 +0000 Subject: Include stddef.h for NULL definition, rather than rolling our own here. Reviewed by: jdp --- libexec/rtld-elf/malloc.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libexec') diff --git a/libexec/rtld-elf/malloc.c b/libexec/rtld-elf/malloc.c index 1e0664c..ed0d1fd 100644 --- a/libexec/rtld-elf/malloc.c +++ b/libexec/rtld-elf/malloc.c @@ -52,6 +52,7 @@ static char *rcsid = "$FreeBSD$"; #include #include #include +#include #include #include #include @@ -65,8 +66,6 @@ static char *rcsid = "$FreeBSD$"; #define NEED_DEV_ZERO 1 #endif -#define NULL 0 - static void morecore(); static int findbucket(); -- cgit v1.1