]> git.ipfire.org Git - thirdparty/util-linux.git/commit
hwclock: correlate hclocktime instead of set_time.
authorJ William Piggott <elseifthen@gmx.com>
Sun, 30 Jul 2017 20:22:49 +0000 (16:22 -0400)
committerJ William Piggott <elseifthen@gmx.com>
Fri, 4 Aug 2017 12:53:44 +0000 (08:53 -0400)
commit1ef6feb533ec7f45e6264189ad7ed93f616564ea
tree739ca4ad16b112f715a58aef914fc490ef57e57d
parentee723d23524d8e170aae030bb7579b4fae5599df
hwclock: correlate hclocktime instead of set_time.

Correlate hclocktime with set_time instead of the other way around,
because set_time is used for timestamps in the adjtime file so it needs
to be unadulterated.

Also create var startup_hclocktime for correlated time.

Signed-off-by: J William Piggott <elseifthen@gmx.com>
sys-utils/hwclock.c