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)
committerMichael Biebl <biebl@debian.org>
Wed, 12 Sep 2018 17:07:38 +0000 (18:07 +0100)
commit099b6ed93d94e9225b590983933dbd554ef6ee9f
tree53a024ba96f71ba0a547a30fdfbae29de254347d
parente5b1a2755dcd22180d0b67067f17e0b9ff5986cf
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.

(cherry picked from commit 75ca1621db4647a4d62d7873cd6715e28fe0f9fa)

Gbp-Pq: Name timesync-changes-type-of-drift_freq-to-int64_t.patch
src/timesync/timesyncd-manager.c
src/timesync/timesyncd-manager.h