timesync: changes type of drift_freq to int64_t
authorYu Watanabe <watanabe.yu+github@gmail.com>
Sat, 23 Jun 2018 00:41:55 +0000 (09:41 +0900)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 25 Jun 2018 08:27:18 +0000 (10:27 +0200)
commit75ca1621db4647a4d62d7873cd6715e28fe0f9fa
treeaddd754117445fb34016f4f4ca9a8531d9a2712b
parente05c8b44622afe4256f3bb361cfb2c7db32fff8e
timesync: changes type of drift_freq to int64_t

drift_freq is used for storing timex.freq, and is a 64bit integer.
To support x32 ABI, this changes the type of drift_freq to int64_t.

Fixes #9387.
src/timesync/timesyncd-manager.c
src/timesync/timesyncd-manager.h