Debian Patches

Status for systemd-netlogd/1.4.4-1

Patch Description Author Forwarded Bugs Origin Last update
0001-Fix-build-on-32-bit-with-64-bit-time_t.patch Fix build on 32-bit with 64-bit time_t
gcc reports:

../src/netlog/netlog-protocol.c: In function ‘format_rfc3339_timestamp’:
../src/netlog/netlog-protocol.c:72:62: error: format ‘%ld’ expects argument of type ‘long int’, but argument 4 has type ‘__suseconds64_t’ {aka ‘long long int’} [-Werror=format=]
72 | r = snprintf(header_time, header_size, ".%06ld", tv->tv_usec);
| ~~~~^ ~~~~~~~~~~~
| | |
| | __suseconds64_t {aka long long int}
| long int
| %06lld
=?utf-8?q?Christian_G=C3=B6ttsche?= <cgzones@googlemail.com> no 2025-02-12

All known versions for source package 'systemd-netlogd'

Links