Change 32996 by [EMAIL PROTECTED] on 2008/01/18 09:27:13
Remove commented out declaration from S_validate_suid()
Affected files ...
... //depot/perl/perl.c#850 edit
Differences ...
==== //depot/perl/perl.c#850 (text) ====
Index: perl/perl.c
--- perl/perl.c#849~32994~ 2008-01-18 01:09:56.000000000 -0800
+++ perl/perl.c 2008-01-18 01:27:13.000000000 -0800
@@ -3767,9 +3767,6 @@
int fdscript, int suidscript, SV *linestr_sv, PerlIO *rsfp)
{
dVAR;
-#ifdef IAMSUID
- /* int which; */
-#endif /* IAMSUID */
/* do we need to emulate setuid on scripts? */
End of Patch.