U571 - access denied message

Since only developers know that "13" is EACCES, try to include the text
message.  I'm not 100% sure the ifdefs are complete, but it can be tweaked
as needed.  This was the only common message in files.c that included errno
so it's the only one I changed.  Of course, "13" is only one of several
possible errno values that might reasonably show up here.
This commit is contained in:
cohrs
2003-08-02 21:39:57 +00:00
parent 391921406a
commit 423ad806a3
2 changed files with 13 additions and 5 deletions

View File

@@ -139,6 +139,7 @@ linux: add example use of nroff on recent Linux distros
linux: use random() by default instead of lrand48()
OpenBSD: time() prototype and correct default Mail program
Gnome: compilation problems on Solaris
unix: better error message for .nethackrc access problems
General New Features