mirror of
https://git.FreeBSD.org/src.git
synced 2025-02-03 17:11:32 +00:00
Bruce Evans
93d2c1bde1
Fixed a couple of format strings to match the change of pid_t from long
to int32_t. I only fixed the ones that I noticed the warnings for. Perhaps most of the format strings are correct now because they were wrong before. Except of course if int32_t isn't compatible with `int'.
Description
Languages
C
59.6%
C++
26.6%
Roff
4.9%
Shell
2.9%
Assembly
1.7%
Other
3.8%