commit | 631df7550f417d2cc529c4be188fc0abfdc6202b | [log] [tgz] |
---|---|---|
author | Gregory P. Smith <greg@mad-scientist.com> | Tue Mar 18 19:21:40 2008 +0000 |
committer | Gregory P. Smith <greg@mad-scientist.com> | Tue Mar 18 19:21:40 2008 +0000 |
tree | 4eb4f87383d7be28fbcf49252141b557baff5c3c | |
parent | 549171e1ab84e9812965050d25ab2e25dbb8d90a [diff] |
Backport r61450 from trunk: Fix chown on 64-bit linux. It needed to take a long (64-bit on 64bit linux) as uid and gid input to accept values >=2**31 as valid while still accepting negative numbers to pass -1 to chown for "no change". Fixes issue1747858.