* include/paths.h (_PATH_VARTMP): Define.

This commit is contained in:
Yaakov Selkowitz
2010-11-02 17:38:36 +00:00
parent ef8c3fe631
commit cc353b9f34
2 changed files with 5 additions and 0 deletions

View File

@ -26,6 +26,7 @@ details. */
#define _PATH_TTY "/dev/tty"
#define _PATH_UTMP "/var/run/utmp"
#define _PATH_VARRUN "/var/run/"
#define _PATH_VARTMP "/var/tmp/"
#define _PATH_VI "/bin/vi"
#define _PATH_WTMP "/var/log/wtmp"