]> git.ipfire.org Git - thirdparty/dhcpcd.git/commit
cast pid_t to int when used in format strings
authorRoy Marples <roy@marples.name>
Tue, 15 Apr 2025 13:28:10 +0000 (14:28 +0100)
committerRoy Marples <roy@marples.name>
Tue, 15 Apr 2025 13:28:10 +0000 (14:28 +0100)
commit882614ab0796ba8a757d188d13564b4eed477322
treef9a4d1ee5125cf291201dab91554db03fc99b1a9
parent1893f3510509c866172603e8fa8553832be50477
cast pid_t to int when used in format strings

Silences warnings on Solaris
compat/pidfile.c
src/dhcp.c
src/dhcpcd.c
src/ipv4ll.c
src/ipv6.c
src/logerr.c
src/route.c
src/script.c