Include stddef.h for NULL definition, rather than rolling our own here.

Reviewed by: jdp
This commit is contained in:
imp 2002-08-21 19:03:26 +00:00
parent be9b963545
commit eb79b6a23b

View File

@ -52,6 +52,7 @@ static char *rcsid = "$FreeBSD$";
#include <paths.h>
#include <stdlib.h>
#include <string.h>
#include <stddef.h>
#include <unistd.h>
#include <sys/param.h>
#include <sys/mman.h>
@ -65,8 +66,6 @@ static char *rcsid = "$FreeBSD$";
#define NEED_DEV_ZERO 1
#endif
#define NULL 0
static void morecore();
static int findbucket();