#include <stddef.h> for the definition of NULL instead of depending on

namespace pollution 2 layers deep in <sys/stat.h>.

Sorted includes.
This commit is contained in:
Bruce Evans 2002-02-25 01:25:30 +00:00
parent ddb7d629f1
commit 163ae6707c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=91211

View File

@ -24,9 +24,11 @@ __FBSDID("$FreeBSD$");
#include <sys/types.h>
#include <sys/stat.h>
#include <syslog.h>
#include <errno.h>
#include <libutil.h>
#include <stddef.h>
#include <syslog.h>
/*
* Check for common security problems on a given path