Include stddef.h for NULL definition, rather than rolling our own here.
Reviewed by: jdp
This commit is contained in:
parent
be9b963545
commit
eb79b6a23b
@ -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();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user