iproute2/devlink
Ben Hutchings 33cf9306c8 devlink: Fix printf() type mismatches on 32-bit architectures
devlink currently uses "%lu" to format values of type uint64_t,
but on 32-bit architectures uint64_t is defined as unsigned
long long and this does not work correctly.

Fix this by using the standard macro PRIu64 instead.

Signed-off-by: Ben Hutchings <ben.hutchings@mind.be>
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
2021-06-29 11:10:14 -07:00
..
.gitignore devlink: ignore build result 2016-04-11 13:35:12 -07:00
Makefile devlink: Fix link errors on some systems 2021-06-26 14:57:27 -07:00
devlink.c devlink: Fix printf() type mismatches on 32-bit architectures 2021-06-29 11:10:14 -07:00
mnlg.c devlink: Use generic socket helpers from library 2021-03-03 04:00:10 +00:00
mnlg.h devlink: Use generic socket helpers from library 2021-03-03 04:00:10 +00:00