Change 32998 by [EMAIL PROTECTED] on 2008/01/18 11:01:15
Change 32997 missed one conditionally unused argument.
Affected files ...
... //depot/perl/perl.c#852 edit
Differences ...
==== //depot/perl/perl.c#852 (text) ====
Index: perl/perl.c
--- perl/perl.c#851~32997~ 2008-01-18 01:40:02.000000000 -0800
+++ perl/perl.c 2008-01-18 03:01:15.000000000 -0800
@@ -3774,6 +3774,8 @@
#ifdef DOSUID
# ifdef IAMSUID
PERL_UNUSED_ARG(scriptname);
+# else
+ PERL_UNUSED_ARG(suidscript);
# endif
#else
PERL_UNUSED_ARG(validarg);
End of Patch.