]> granicus.if.org Git - procps-ng/commit
fix printf format warnings
authorMike Frysinger <vapier@gentoo.org>
Tue, 24 Jan 2012 17:56:29 +0000 (12:56 -0500)
committerSami Kerola <kerolasa@iki.fi>
Thu, 26 Jan 2012 20:15:42 +0000 (21:15 +0100)
commit0da6537c5f5b6a742211100cb03d445b6fdb617a
tree13ee06b1d118fc66915d719378964c9672602291
parentfc3bf171ff26ded103d05e855c16a763f72306a4
fix printf format warnings

pgrep.c: In function 'main':
pgrep.c:793:4: warning: format '%d' expects argument of type 'int', but argument 4 has type 'long int' [-Wformat]

vmstat.c: In function 'diskpartition_format':
vmstat.c:382:9: warning: format '%u' expects argument of type 'unsigned int', but argument 5 has type 'long long unsigned int' [-Wformat]
vmstat.c:408:10: warning: format '%u' expects argument of type 'unsigned int', but argument 5 has type 'long long unsigned int' [-Wformat]

w.c: In function 'main':
w.c:394:4: warning: format '%d' expects argument of type 'int', but argument 4 has type 'long unsigned int' [-Wformat]

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
pgrep.c
vmstat.c
w.c