Explorar el Código

remove duplicate definition of _PATH_LASTLOG in paths.h

Rich Felker hace 11 años
padre
commit
83c8fe5058
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      include/paths.h

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