This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Pull the variables fdscript and suidscript into a much smaller scope.
authorNicholas Clark <nick@ccl4.org>
Fri, 3 Feb 2006 21:47:04 +0000 (21:47 +0000)
committerNicholas Clark <nick@ccl4.org>
Fri, 3 Feb 2006 21:47:04 +0000 (21:47 +0000)
commita52eba0e56037d7ca4b25de9aedb922d4515614d
tree144ac1645681b390e089821824834dd0da61e5c3
parent20aaeb5cab0fc5ba51c26a9b03cb5ac6bd85aaaa
Pull the variables fdscript and suidscript into a much smaller scope.
Replace suidscript with literal -1 where it could only have been -1.
(Re-indent the other code inside the new block creating the scope.
 Rejig the indentation of the conditionals)

p4raw-id: //depot/perl@27073
perl.c