summaryrefslogtreecommitdiffstats
path: root/generic/tclPosixStr.c
diff options
context:
space:
mode:
Diffstat (limited to 'generic/tclPosixStr.c')
-rw-r--r--generic/tclPosixStr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclPosixStr.c b/generic/tclPosixStr.c
index d4c20fa..2843998 100644
--- a/generic/tclPosixStr.c
+++ b/generic/tclPosixStr.c
@@ -697,7 +697,7 @@ Tcl_ErrnoMsg(
case ENAMETOOLONG: return "File name too long";
#endif
#ifdef ENAVAIL
- case ENAVAIL: return "No XENIX semaphores available";
+ case ENAVAIL: return "Not available";
#endif
#ifdef ENET
case ENET: return "ENET";
@@ -787,7 +787,7 @@ Tcl_ErrnoMsg(
case ENOTEMPTY: return "Directory not empty";
#endif
#ifdef ENOTNAM
- case ENOTNAM: return "Not a XENIX named type file";
+ case ENOTNAM: return "Not a name file";
#endif
#ifdef ENOTSOCK
case ENOTSOCK: return "Socket operation on non-socket";