From 83c8fe505817d051ec17ada568645221da80567d Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Tue, 3 Dec 2013 20:34:36 -0500 Subject: remove duplicate definition of _PATH_LASTLOG in paths.h --- include/paths.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include') diff --git a/include/paths.h b/include/paths.h index 22848704..67de6b3c 100644 --- a/include/paths.h +++ b/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/" -- cgit v1.2.1