In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/cd52bc19d9de6bc9b42404c62e1ebe91ca4b3e3e?hp=e8ea8356d847d9e52f20d12b33fbd589beced868>

- Log -----------------------------------------------------------------
commit cd52bc19d9de6bc9b42404c62e1ebe91ca4b3e3e
Author: Jarkko Hietaniemi <j...@iki.fi>
Date:   Wed May 28 09:24:14 2014 -0400

    Hide the VMS error identifier SS$_NOPRIV, as customary.
-----------------------------------------------------------------------

Summary of changes:
 doio.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doio.c b/doio.c
index c868b29..0eec22c 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))

--
Perl5 Master Repository

Reply via email to