diff options
Diffstat (limited to 'lang/perl5.14/files/patch-setpgrp')
-rw-r--r-- | lang/perl5.14/files/patch-setpgrp | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/lang/perl5.14/files/patch-setpgrp b/lang/perl5.14/files/patch-setpgrp deleted file mode 100644 index e44f7aae0d5c..000000000000 --- a/lang/perl5.14/files/patch-setpgrp +++ /dev/null @@ -1,13 +0,0 @@ -# http://perl5.git.perl.org/perl.git/commit/1f200948c4c45a9bc088451dd377e4ab8733c722 -diff --git a/pp_sys.c b/pp_sys.c -index cfbf918..0d2c970 100644 ---- pp_sys.c -+++ pp_sys.c -@@ -4318,6 +4318,7 @@ PP(pp_setpgrp) - if (MAXARG < 2) { - pgrp = 0; - pid = 0; -+ XPUSHi(-1); - } - else { - pgrp = POPi; |