From b5cbd549fd00aac164916fa0b6fea65d9dec60bf Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Mon, 14 May 2012 00:10:28 -0400 Subject: [PATCH] useless lastlog path just to make some stuff happy --- include/paths.h | 1 + 1 file changed, 1 insertion(+) 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/" -- 2.20.1