From: Rich Felker Date: Mon, 14 May 2012 04:10:28 +0000 (-0400) Subject: useless lastlog path just to make some stuff happy X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=commitdiff_plain;h=b5cbd549fd00aac164916fa0b6fea65d9dec60bf useless lastlog path just to make some stuff happy --- diff --git a/include/paths.h b/include/paths.h index 8a38ba7b..80219170 100644 --- a/include/paths.h +++ b/include/paths.h @@ -30,6 +30,7 @@ #define _PATH_UTMP "/var/run/utmp" #define _PATH_VI "/usr/bin/vi" #define _PATH_WTMP "/var/log/wtmp" +#define _PATH_LASTLOG "/var/log/lastlog" #define _PATH_DEV "/dev/" #define _PATH_TMP "/tmp/"