X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=include%2Fpaths.h;h=e0d1fff1797c1337dfae497ea0099efb4c405499;hp=d0a5a6d6c7c72eb53d22d9422214367b21ae774d;hb=4ca442157e381690202c3bcc102627d137fd0466;hpb=57d5fff5f7dd9af27152c84ce041c18597a22766 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/"