diff options
author | David McCullough <davidm@snapgear.com> | 2003-02-17 12:59:06 +0000 |
---|---|---|
committer | David McCullough <davidm@snapgear.com> | 2003-02-17 12:59:06 +0000 |
commit | 5433dd6660505ef694a1d8699c507da5a7c722e4 (patch) | |
tree | 91a08c2322382b5d4b81189fff565df2145d2d2f /include/paths.h | |
parent | 6149f74892945c45c6907af3781dde55b9db0f87 (diff) |
Use a define for the path to /etc/TZ
Diffstat (limited to 'include/paths.h')
-rw-r--r-- | include/paths.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/paths.h b/include/paths.h index 90edcf8fd..38102d55a 100644 --- a/include/paths.h +++ b/include/paths.h @@ -67,6 +67,7 @@ #define _PATH_SHADOW "/etc/shadow" #define _PATH_PASSWD "/etc/passwd" #define _PATH_GROUP "/etc/group" +#define _PATH_TZ "/etc/TZ" /* Provide trailing slash, since mostly used for building pathnames. */ #define _PATH_DEV "/dev/" |