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>
Sat, 17 Nov 2018 17:39:21 +0000 (17:39 +0000)
commit82294ff35f3e417a0da1cda44d1ae8c54e147070
tree852b499da42bdf18e9a8a19afa597c9f0b8ff5b8
parent11a9a8085bf111a04313e9b2cfce3dc069a40629
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