remove duplicate definition of _PATH_LASTLOG in paths.h

This commit is contained in:
Rich Felker 2013-12-03 20:34:36 -05:00
parent ceacb6a4cf
commit 83c8fe5058
1 changed files with 0 additions and 1 deletions

View File

@ -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/"