summaryrefslogtreecommitdiff
path: root/opcode.pl
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2005-11-02 20:13:24 +0000
committerNicholas Clark <nick@ccl4.org>2005-11-02 20:13:24 +0000
commit17ad201a5d2de952269cf4eeb85881a49a9c3867 (patch)
treeee40809b4d5c20c93112b92632bad7128dc11fef /opcode.pl
parentf1cb2d481d972775b9a182636a99d99ab903f097 (diff)
downloadperl-17ad201a5d2de952269cf4eeb85881a49a9c3867.tar.gz
Move ftsuid ftsgid ftsvtx into Perl_pp_ftrowned.
p4raw-id: //depot/perl@25962
Diffstat (limited to 'opcode.pl')
-rwxr-xr-xopcode.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/opcode.pl b/opcode.pl
index 23f6c352fb..7ac99228e9 100755
--- a/opcode.pl
+++ b/opcode.pl
@@ -54,7 +54,8 @@ my @raw_alias = (
Perl_pp_getpeername => ['getsockname'],
Perl_pp_stat => ['lstat'],
Perl_pp_ftrowned => [qw(fteowned ftzero ftsock ftchr ftblk
- ftfile ftdir ftpipe)],
+ ftfile ftdir ftpipe ftsuid ftsgid
+ ftsvtx)],
Perl_pp_fttext => ['ftbinary'],
Perl_pp_gmtime => ['localtime'],
Perl_pp_semget => [qw(shmget msgget)],