Parcourir la source

useless lastlog path just to make some stuff happy

Rich Felker il y a 13 ans
Parent
commit
b5cbd549fd
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      include/paths.h

+ 1 - 0
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/"