summaryrefslogtreecommitdiff
path: root/opcode.pl
diff options
context:
space:
mode:
authorAbhijit Menon-Sen <ams@wiw.org>2001-07-06 06:56:32 +0530
committerJarkko Hietaniemi <jhi@iki.fi>2001-07-06 01:11:50 +0000
commita27978d3b51a1694fbb3bf9d13a41f0518386f5c (patch)
tree7bff78ca93daef4611e6e1254a6fd73e14b860dc /opcode.pl
parent82c397ed3a4951f2883d92a4a7f58893312cd077 (diff)
downloadperl-a27978d3b51a1694fbb3bf9d13a41f0518386f5c.tar.gz
(Retracted by #11285.)
Subject: Re: [PATCH] mkdir() mode argument is missing initial 0 Message-ID: <20010706012632.A28327@lustre.dyn.wiw.org> p4raw-id: //depot/perl@11166
Diffstat (limited to 'opcode.pl')
-rwxr-xr-xopcode.pl6
1 files changed, 3 insertions, 3 deletions
diff --git a/opcode.pl b/opcode.pl
index 4053671733..942d8d2f6d 100755
--- a/opcode.pl
+++ b/opcode.pl
@@ -674,7 +674,7 @@ close close ck_fun is% F?
pipe_op pipe ck_fun is@ F F
fileno fileno ck_fun ist% F
-umask umask ck_fun ist% S?
+umask umask ck_octmode ist% S?
binmode binmode ck_fun s@ F S?
tie tie ck_fun idms@ R S L
@@ -767,13 +767,13 @@ chdir chdir ck_fun isT% S?
chown chown ck_fun imsT@ L
chroot chroot ck_fun isTu% S?
unlink unlink ck_fun imsTu@ L
-chmod chmod ck_fun imsT@ L
+chmod chmod ck_octmode imsT@ L
utime utime ck_fun imsT@ L
rename rename ck_fun isT@ S S
link link ck_fun isT@ S S
symlink symlink ck_fun isT@ S S
readlink readlink ck_fun stu% S?
-mkdir mkdir ck_fun isT@ S S?
+mkdir mkdir ck_octmode isT@ S S?
rmdir rmdir ck_fun isTu% S?
# Directory calls.