mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-02 08:42:48 +00:00
#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:
parent
ddb7d629f1
commit
163ae6707c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=91211
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user