]> git.ipfire.org Git - thirdparty/util-linux.git/commit
hwclock: move systz into hctosys
authorJ William Piggott <elseifthen@gmx.com>
Sun, 6 Aug 2017 15:39:33 +0000 (11:39 -0400)
committerJ William Piggott <elseifthen@gmx.com>
Thu, 24 Aug 2017 22:30:39 +0000 (18:30 -0400)
commit404fdd2ca44af56e7074ea9324aea550087a1df6
tree2c01308e88e00f9c58ba243b9086c35dda4b830a
parentebfab541cf1266bf80b2b62977cf29ff69c61fe1
hwclock: move systz into hctosys

The set_system_clock_timezone() function is nearly identical to
set_system_clock(). Three additional statements are required
to include systz in hctosys.

This patch is intentionally incomplete to make reviewing the
actual required changes easier. Other patches in this set will:

 * remove set_system_clock_timezone()
 * fix messages and debugging
 * fix comments
 * and finally refactor set_system_clock()

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