summaryrefslogtreecommitdiff
path: root/doio.c
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2014-05-28 09:24:14 -0400
committerJarkko Hietaniemi <jhi@iki.fi>2014-05-28 09:25:09 -0400
commitcd52bc19d9de6bc9b42404c62e1ebe91ca4b3e3e (patch)
treeb01694281ae4abc5612e466d3c8882416fae1a33 /doio.c
parente8ea8356d847d9e52f20d12b33fbd589beced868 (diff)
downloadperl-cd52bc19d9de6bc9b42404c62e1ebe91ca4b3e3e.tar.gz
Hide the VMS error identifier SS$_NOPRIV, as customary.
Diffstat (limited to 'doio.c')
-rw-r--r--doio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/doio.c b/doio.c
index c868b29412..0eec22c3e9 100644
--- 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))