]> git.ipfire.org Git - thirdparty/util-linux.git/commit
hwclock: remove bool type definition
authorSami Kerola <kerolasa@iki.fi>
Sat, 26 Aug 2017 12:38:07 +0000 (13:38 +0100)
committerKarel Zak <kzak@redhat.com>
Wed, 30 Aug 2017 09:21:56 +0000 (11:21 +0200)
commit473ec35974185ad8ab74b6de63fa08f74fdda22e
treeab448f37e2bc9604d87a2468790ca3ab0c5f1853
parent6c183c283bb7d5aadfa98c8fb218e4a9bb424e45
hwclock: remove bool type definition

Use plain int instead of type defining it to a boolean, and use numbers to
signify true or false as we do everywhere else in this source tree.  And in
hwclock-cmos.c file booleans weren't even needed, to the related code is
removed.

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
sys-utils/hwclock-cmos.c
sys-utils/hwclock.c
sys-utils/hwclock.h