1
0
mirror of https://github.com/systemd/systemd.git synced 2024-11-07 18:27:04 +03:00
systemd/src/timesync
Zbigniew Jędrzejewski-Szmek edd50d5e24 timesyncd: avoid signed/unsigned comparison (#7842)
be32toh() returns uint32_t, and m->trans_time.tv_nsec is defined as long in struct timespec.
Let's add a cast to avoid the warning.

Fixes #7789.
2018-01-10 11:35:00 +01:00
..
meson.build Add license headers and SPDX identifiers to meson.build files 2017-11-19 19:08:15 +01:00
test-timesync.c Add SPDX license identifiers to source files under the LGPL 2017-11-19 19:08:15 +01:00
timesyncd-conf.c Add SPDX license identifiers to source files under the LGPL 2017-11-19 19:08:15 +01:00
timesyncd-conf.h Add SPDX license identifiers to source files under the LGPL 2017-11-19 19:08:15 +01:00
timesyncd-gperf.gperf tree-wide: adjust fall through comments so that gcc is happy 2017-11-20 13:06:25 -08:00
timesyncd-manager.c timesyncd: avoid signed/unsigned comparison (#7842) 2018-01-10 11:35:00 +01:00
timesyncd-manager.h Add SPDX license identifiers to source files under the LGPL 2017-11-19 19:08:15 +01:00
timesyncd-server.c Add SPDX license identifiers to source files under the LGPL 2017-11-19 19:08:15 +01:00
timesyncd-server.h Add SPDX license identifiers to source files under the LGPL 2017-11-19 19:08:15 +01:00
timesyncd.c Add SPDX license identifiers to source files under the LGPL 2017-11-19 19:08:15 +01:00
timesyncd.conf.in timesync: make poll interval configurable 2017-11-08 01:47:38 +09:00