Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date: Tue, 3 Dec 2013 17:44:04 +0000
From: Raphael Cohn <raphael.cohn@...rmmq.com>
To: musl@...ts.openwall.com
Subject: _PATH_LASTLOG

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

Content of type "text/html" skipped

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.