浏览代码

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