]> granicus.if.org Git - procps-ng/commit
pgrep: fix compiler warning
authorSami Kerola <kerolasa@iki.fi>
Sat, 21 Jan 2012 01:14:21 +0000 (02:14 +0100)
committerSami Kerola <kerolasa@iki.fi>
Sat, 21 Jan 2012 11:15:41 +0000 (12:15 +0100)
commit12dce9f83b2200a1aa6547fbb8f6a8069d77b27b
tree6726e1c6e015bf335bb45717a91a29799c96480c
parent3489b9343e8c94623344b6c7841d93e94c608e2c
pgrep: fix compiler warning

pgrep.c:786:4: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat]

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
pgrep.c