commit | f48da8fbcdcf8c9eac2553131a07b8b375c0d726 | [log] [tgz] |
---|---|---|
author | Gregory P. Smith <greg@mad-scientist.com> | Tue Mar 18 19:05:32 2008 +0000 |
committer | Gregory P. Smith <greg@mad-scientist.com> | Tue Mar 18 19:05:32 2008 +0000 |
tree | 390a50f541ce72e9dd8ec244d701035540c59ec3 | |
parent | 89065753803cc65eded79ceae04aac6d1b8526a0 [diff] |
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. This should be backported to release25-maint.