This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[perl #72990] Mac OS X and setruid, etc.
authorFather Chrysostomos <sprout@cpan.org>
Mon, 27 Sep 2010 05:27:29 +0000 (22:27 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Mon, 27 Sep 2010 05:27:29 +0000 (22:27 -0700)
commit04ec184ac01659664eaf4d4475aabdd6a078c7ae
treee68706ae8b7aa4989170f89754a77e0ac6c4683c
parentdc08898c4d1caf48f394c019210c403736150e01
[perl #72990] Mac OS X and setruid, etc.

hints/darwin.sh pretends that setruid and similar functions do not
exist, as they were buggy in earlier versions of Mac OS X. Leopard and
Snow Leopard (I don’t know about Tiger) are fine. The attached patch
re-enables those on recent versions.
hints/darwin.sh