소스 검색

remove duplicate definition of _PATH_LASTLOG in paths.h

Rich Felker 11 년 전
부모
커밋
83c8fe5058
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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/"