about summary refs log tree commit diff
path: root/include/paths.h
diff options
context:
space:
mode:
authorRich Felker <dalias@aerifal.cx>2013-12-03 20:34:36 -0500
committerRich Felker <dalias@aerifal.cx>2013-12-03 20:34:36 -0500
commit83c8fe505817d051ec17ada568645221da80567d (patch)
treec90c1afd6e77edbc986617cf64bf80a8d15d6310 /include/paths.h
parentceacb6a4cf926da6c05e104779f8475c709ff5e4 (diff)
downloadmusl-83c8fe505817d051ec17ada568645221da80567d.tar.gz
musl-83c8fe505817d051ec17ada568645221da80567d.tar.xz
musl-83c8fe505817d051ec17ada568645221da80567d.zip
remove duplicate definition of _PATH_LASTLOG in paths.h
Diffstat (limited to 'include/paths.h')
-rw-r--r--include/paths.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/paths.h b/include/paths.h
index 22848704..67de6b3c 100644
--- a/include/paths.h
+++ b/include/paths.h
@@ -21,7 +21,6 @@
 #define _PATH_UTMP	"/dev/null/utmp"
 #define	_PATH_VI	"/usr/bin/vi"
 #define _PATH_WTMP	"/dev/null/wtmp"
-#define _PATH_LASTLOG   "/var/log/lastlog"
 
 #define	_PATH_DEV	"/dev/"
 #define	_PATH_TMP	"/tmp/"