diff options
author | Denys Vlasenko | 2020-12-17 20:53:43 +0100 |
---|---|---|
committer | Denys Vlasenko | 2020-12-17 20:53:43 +0100 |
commit | 251e08ffa626d4b7c7e5f626aee7067b86b2ceba (patch) | |
tree | 8309b7b739737d41e564fa9c969871eb9ad46613 /util-linux/hwclock.c | |
parent | a4c5cb2335dc3ef2fd21560c2205abf1e484e82a (diff) | |
download | busybox-251e08ffa626d4b7c7e5f626aee7067b86b2ceba.zip busybox-251e08ffa626d4b7c7e5f626aee7067b86b2ceba.tar.gz |
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.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/util-linux/hwclock.c b/util-linux/hwclock.c index dd66ec1..25db7cd 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) // --test dry run; implies --verbose // -v, --verbose display more details -//usage:#if ENABLE_FEATURE_HWCLOCK_ADJTIME_FHS -//usage:# define ADJTIME_PATH "/var/lib/hwclock/adjtime" -//usage:#else -//usage:# define ADJTIME_PATH "/etc/adjtime" -//usage:#endif //usage:#define hwclock_trivial_usage //usage: IF_LONG_OPTS( //usage: "[-swul] [--systz] [-f DEV]" |