]> git.proxmox.com Git - mirror_frr.git/commit
lib, pbrd, zebra: Fix size_t type printf warnings on obscure platforms
authorDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 3 Apr 2019 20:39:50 +0000 (16:39 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 3 Apr 2019 20:39:50 +0000 (16:39 -0400)
commitfa0069c647d738463b35aac61b2427f66b8e083c
tree573c20969fcc1edf46bff9a59ffa34cd951f6451
parentfb09579ef78f9bc2588658b5ca5c3d17f098477e
lib, pbrd, zebra: Fix size_t type printf warnings on obscure platforms

Use the correct printf formater for those obscure platforms that
we build against.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
lib/thread.c
pbrd/pbr_zebra.c
zebra/kernel_socket.c