DtPamSvc: use utmpx.

This commit is contained in:
Liang Chang
2021-05-22 12:17:19 -06:00
committed by Jon Trulson
parent 1d287720ad
commit d4f8a37852
-4
View File
@@ -50,11 +50,7 @@
#include <sys/param.h>
#include <pwd.h>
#include <security/pam_appl.h>
#if defined(__FreeBSD__) && OSMAJORVERSION > 8
#include <utmpx.h>
#else
#include <utmp.h>
#endif
#include "PamSvc.h"
/*