aboutsummaryrefslogtreecommitdiff
path: root/util-linux/hwclock.c
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2020-12-17 20:53:43 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2020-12-17 20:53:43 +0100
commit251e08ffa626d4b7c7e5f626aee7067b86b2ceba (patch)
tree8309b7b739737d41e564fa9c969871eb9ad46613 /util-linux/hwclock.c
parenta4c5cb2335dc3ef2fd21560c2205abf1e484e82a (diff)
downloadbusybox-w32-251e08ffa626d4b7c7e5f626aee7067b86b2ceba.tar.gz
busybox-w32-251e08ffa626d4b7c7e5f626aee7067b86b2ceba.tar.bz2
busybox-w32-251e08ffa626d4b7c7e5f626aee7067b86b2ceba.zip
move ADJTIME_PATH define to header files
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'util-linux/hwclock.c')
-rw-r--r--util-linux/hwclock.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/util-linux/hwclock.c b/util-linux/hwclock.c
index dd66ec199..25db7cdad 100644
--- a/util-linux/hwclock.c
+++ b/util-linux/hwclock.c
@@ -344,11 +344,6 @@ static void from_sys_clock(const char **pp_rtcname, int utc)
344// --test dry run; implies --verbose 344// --test dry run; implies --verbose
345// -v, --verbose display more details 345// -v, --verbose display more details
346 346
347//usage:#if ENABLE_FEATURE_HWCLOCK_ADJTIME_FHS
348//usage:# define ADJTIME_PATH "/var/lib/hwclock/adjtime"
349//usage:#else
350//usage:# define ADJTIME_PATH "/etc/adjtime"
351//usage:#endif
352//usage:#define hwclock_trivial_usage 347//usage:#define hwclock_trivial_usage
353//usage: IF_LONG_OPTS( 348//usage: IF_LONG_OPTS(
354//usage: "[-swul] [--systz] [-f DEV]" 349//usage: "[-swul] [--systz] [-f DEV]"