This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Revert "Check against negative uid/gid for fchown()."
authorJarkko Hietaniemi <jhi@iki.fi>
Tue, 16 Aug 2016 23:06:31 +0000 (19:06 -0400)
committerJarkko Hietaniemi <jhi@iki.fi>
Wed, 17 Aug 2016 00:19:59 +0000 (20:19 -0400)
commitdd1dbff095629118e73a48a2a6008f03418a07f6
treedf5ed3066e6ba049e6deaafecbaeced9805e8a11
parentc82de78e3ba0184f85b5b49245e5da32d1cb3fcc
Revert "Check against negative uid/gid for fchown()."

This reverts commit f95ba548a286b17c260cc168715a9d0d441b14a6.

[rt.perl.org #128967]

The negative arguments to fchown depend on the platform,
so Coverity should not claim it knows what is acceptable.
doio.c