Skip to content
  • Andrej Krutak's avatar
    Fix pwdx argument parsing · 138701c4
    Andrej Krutak authored
    
    
    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: default avatarCraig Small <csmall@enc.com.au>
    138701c4