Oops, the correct header to include for NULL is <sys/param.h>.
This commit is contained in:
parent
df91bf49f0
commit
d6eb982a3b
@ -27,7 +27,7 @@
|
|||||||
#include <sys/cdefs.h>
|
#include <sys/cdefs.h>
|
||||||
__FBSDID("$FreeBSD$");
|
__FBSDID("$FreeBSD$");
|
||||||
|
|
||||||
#include <sys/types.h>
|
#include <sys/param.h>
|
||||||
|
|
||||||
#define PAM_SM_AUTH
|
#define PAM_SM_AUTH
|
||||||
#define PAM_SM_ACCOUNT
|
#define PAM_SM_ACCOUNT
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
#include <sys/cdefs.h>
|
#include <sys/cdefs.h>
|
||||||
__FBSDID("$FreeBSD$");
|
__FBSDID("$FreeBSD$");
|
||||||
|
|
||||||
#include <sys/types.h>
|
#include <sys/param.h>
|
||||||
|
|
||||||
#define PAM_SM_AUTH
|
#define PAM_SM_AUTH
|
||||||
#define PAM_SM_ACCOUNT
|
#define PAM_SM_ACCOUNT
|
||||||
|
Loading…
x
Reference in New Issue
Block a user