* include/paths.h (_PATH_VARTMP): Define.
This commit is contained in:
parent
ef8c3fe631
commit
cc353b9f34
|
@ -1,3 +1,7 @@
|
||||||
|
2010-11-02 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
|
||||||
|
|
||||||
|
* include/paths.h (_PATH_VARTMP): Define.
|
||||||
|
|
||||||
2010-10-30 Christopher Faylor <me+cygwin@cgf.cx>
|
2010-10-30 Christopher Faylor <me+cygwin@cgf.cx>
|
||||||
|
|
||||||
* localtime.cc (is_upper): Rename to isupper and include ctype.h to
|
* localtime.cc (is_upper): Rename to isupper and include ctype.h to
|
||||||
|
|
|
@ -26,6 +26,7 @@ details. */
|
||||||
#define _PATH_TTY "/dev/tty"
|
#define _PATH_TTY "/dev/tty"
|
||||||
#define _PATH_UTMP "/var/run/utmp"
|
#define _PATH_UTMP "/var/run/utmp"
|
||||||
#define _PATH_VARRUN "/var/run/"
|
#define _PATH_VARRUN "/var/run/"
|
||||||
|
#define _PATH_VARTMP "/var/tmp/"
|
||||||
#define _PATH_VI "/bin/vi"
|
#define _PATH_VI "/bin/vi"
|
||||||
#define _PATH_WTMP "/var/log/wtmp"
|
#define _PATH_WTMP "/var/log/wtmp"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue