Hi, I'm trying to compile linux-pam 1.1.8 using musl-cross, and I've hit a compilation error in modules/pam_lastlog/pam_lastlog.c Essentially, this code includes the clib utmp.h (based on HAVE_UTMP_H) and then assumes _PATH_LASTLOG is defined. utmp.h doesn't define this macro, but does define _PATH_UTMP and _PATH_WTMP. Should it? (And why are they set to /dev/null/xxx )? Raph