diff options
author | Nicholas Clark <nick@ccl4.org> | 2005-11-02 20:13:24 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2005-11-02 20:13:24 +0000 |
commit | 17ad201a5d2de952269cf4eeb85881a49a9c3867 (patch) | |
tree | ee40809b4d5c20c93112b92632bad7128dc11fef /opcode.pl | |
parent | f1cb2d481d972775b9a182636a99d99ab903f097 (diff) | |
download | perl-17ad201a5d2de952269cf4eeb85881a49a9c3867.tar.gz |
Move ftsuid ftsgid ftsvtx into Perl_pp_ftrowned.
p4raw-id: //depot/perl@25962
Diffstat (limited to 'opcode.pl')
-rwxr-xr-x | opcode.pl | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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)], |