This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e8ea835
)
Hide the VMS error identifier SS$_NOPRIV, as customary.
author
Jarkko Hietaniemi
<jhi@iki.fi>
Wed, 28 May 2014 13:24:14 +0000
(09:24 -0400)
committer
Jarkko Hietaniemi
<jhi@iki.fi>
Wed, 28 May 2014 13:25:09 +0000
(09:25 -0400)
doio.c
patch
|
blob
|
blame
|
history
diff --git
a/doio.c
b/doio.c
index
c868b29
..
0eec22c
100644
(file)
--- a/
doio.c
+++ b/
doio.c
@@
-1907,7
+1907,7
@@
nothing in the core.
tot--;
else if (S_ISDIR(PL_statbuf.st_mode)) {
tot--;
- SETERRNO(EISDIR, SS
$
_NOPRIV);
+ SETERRNO(EISDIR, SS_NOPRIV);
}
else {
if (UNLINK(s))