From cd52bc19d9de6bc9b42404c62e1ebe91ca4b3e3e Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Wed, 28 May 2014 09:24:14 -0400 Subject: Hide the VMS error identifier SS$_NOPRIV, as customary. --- doio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doio.c') 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)) -- cgit v1.2.1