mirror of
https://github.com/opnsense/src.git
synced 2026-06-04 14:26:03 -04:00
#include <sys/types.h> for NULL (hidden by Linux-PAM header pollution)
Sponsored by: DARPA, NAI Labs
This commit is contained in:
parent
8c66575de8
commit
0ae5018b3e
2 changed files with 4 additions and 0 deletions
|
|
@ -27,6 +27,8 @@
|
|||
#include <sys/cdefs.h>
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
#include <sys/types.h>
|
||||
|
||||
#define PAM_SM_AUTH
|
||||
#define PAM_SM_ACCOUNT
|
||||
#define PAM_SM_SESSION
|
||||
|
|
|
|||
|
|
@ -27,6 +27,8 @@
|
|||
#include <sys/cdefs.h>
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
#include <sys/types.h>
|
||||
|
||||
#define PAM_SM_AUTH
|
||||
#define PAM_SM_ACCOUNT
|
||||
#define PAM_SM_SESSION
|
||||
|
|
|
|||
Loading…
Reference in a new issue