diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2014-05-28 09:24:14 -0400 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2014-05-28 09:25:09 -0400 |
commit | cd52bc19d9de6bc9b42404c62e1ebe91ca4b3e3e (patch) | |
tree | b01694281ae4abc5612e466d3c8882416fae1a33 /doio.c | |
parent | e8ea8356d847d9e52f20d12b33fbd589beced868 (diff) | |
download | perl-cd52bc19d9de6bc9b42404c62e1ebe91ca4b3e3e.tar.gz |
Hide the VMS error identifier SS$_NOPRIV, as customary.
Diffstat (limited to 'doio.c')
-rw-r--r-- | doio.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)) |