mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-17 15:27:36 +00: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
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=90230
@ -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 New Issue
Block a user