about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRich Felker <dalias@aerifal.cx>2012-05-14 00:10:28 -0400
committerRich Felker <dalias@aerifal.cx>2012-05-14 00:10:28 -0400
commitb5cbd549fd00aac164916fa0b6fea65d9dec60bf (patch)
tree0b9385ab7b994a6da1babd9326a947053e3d9eaf
parentf8ac55516d0336e26fbd1c69c4756e92f3e61407 (diff)
downloadmusl-b5cbd549fd00aac164916fa0b6fea65d9dec60bf.tar.gz
musl-b5cbd549fd00aac164916fa0b6fea65d9dec60bf.tar.xz
musl-b5cbd549fd00aac164916fa0b6fea65d9dec60bf.zip
useless lastlog path just to make some stuff happy
-rw-r--r--include/paths.h1
1 files changed, 1 insertions, 0 deletions
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/"