summaryrefslogtreecommitdiffstats
path: root/include/pathnames.h
diff options
context:
space:
mode:
authorKarel Zak2013-03-26 11:45:45 +0100
committerKarel Zak2013-03-26 11:45:45 +0100
commit7528fae9e9baa8cdc71696faf651ab076856aa30 (patch)
treeca835ba98f7e20335b9457188b73cdbe4e88090a /include/pathnames.h
parentrtcwake: add --adjfile command line option (diff)
downloadkernel-qcow2-util-linux-7528fae9e9baa8cdc71696faf651ab076856aa30.tar.gz
kernel-qcow2-util-linux-7528fae9e9baa8cdc71696faf651ab076856aa30.tar.xz
kernel-qcow2-util-linux-7528fae9e9baa8cdc71696faf651ab076856aa30.zip
include/pathnames: rename _PATH_ADJPATH to _PATH_ADJTIME
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'include/pathnames.h')
-rw-r--r--include/pathnames.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/pathnames.h b/include/pathnames.h
index 6d300a9e7..d7b36efcd 100644
--- a/include/pathnames.h
+++ b/include/pathnames.h
@@ -139,7 +139,8 @@
#define _PATH_DEV_BYPARTUUID "/dev/disk/by-partuuid"
/* hwclock paths */
-#define _PATH_ADJPATH "/etc/adjtime"
+# define _PATH_ADJTIME "/etc/adjtime"
+
#define _PATH_LASTDATE "/var/lib/lastdate"
#ifdef __ia64__
# define _PATH_RTC_DEV "/dev/efirtc"