]> granicus.if.org Git - procps-ng/commit
Fix pwdx argument parsing
authorAndrej Kruták <dev@andree.sk>
Thu, 14 Jun 2012 12:33:49 +0000 (22:33 +1000)
committerCraig Small <csmall@enc.com.au>
Thu, 14 Jun 2012 12:33:49 +0000 (22:33 +1000)
commit138701c499ce118d00e5b67ff37cdc1bcf319a21
tree3b108b1447d3cce326594f6034e2e7e48cbf71d2
parenta5d9c40262c2f5f917d5f27c5f052bdbe7066ac1
Fix pwdx argument parsing

On some architectures/gcc's, the pwdx tool doesn't compile right
because of bad type of a variable. Afterwards pwdx can't be
persuaded to work. Use int as the type, like the other tools
(like pgrep) do.

Signed-off-by: Craig Small <csmall@enc.com.au>
pwdx.c