diff options
Diffstat (limited to 'include/paths.h')
-rw-r--r-- | include/paths.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/paths.h b/include/paths.h index d0a5a6d6..e0d1fff1 100644 --- a/include/paths.h +++ b/include/paths.h @@ -27,9 +27,9 @@ #define _PATH_SHELLS "/etc/shells" #define _PATH_TTY "/dev/tty" #define _PATH_UNIX "/boot/vmlinux" -#define _PATH_UTMP "/var/run/utmp" +#define _PATH_UTMP "/dev/null/utmp" #define _PATH_VI "/usr/bin/vi" -#define _PATH_WTMP "/var/log/wtmp" +#define _PATH_WTMP "/dev/null/wtmp" #define _PATH_LASTLOG "/var/log/lastlog" #define _PATH_DEV "/dev/" |