useless lastlog path just to make some stuff happy
authorRich Felker <dalias@aerifal.cx>
Mon, 14 May 2012 04:10:28 +0000 (00:10 -0400)
committerRich Felker <dalias@aerifal.cx>
Mon, 14 May 2012 04:10:28 +0000 (00:10 -0400)
include/paths.h

index 8a38ba7..8021917 100644 (file)
@@ -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/"