1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-02-13 11:42:21 +00:00

DtPamSvc: use utmpx.

This commit is contained in:
Liang Chang 2021-01-31 09:29:07 +08:00 committed by Jon Trulson
parent 254a0a1abd
commit 5d85af571a

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"
/*