Browse Source

remove duplicate definition of _PATH_LASTLOG in paths.h

rs-1.0
Rich Felker 13 years ago
parent
commit
83c8fe5058
  1. 1
      include/paths.h

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

Loading…
Cancel
Save