tech-toolchain archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[PATCH 1/3] Sync errno messages between catalog and errno.h



---
 lib/libc/nls/C.msg | 4 ++--
 sys/sys/errno.h    | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/lib/libc/nls/C.msg b/lib/libc/nls/C.msg
index cdc7c6853bad..843c5774c15c 100644
--- a/lib/libc/nls/C.msg
+++ b/lib/libc/nls/C.msg
@@ -118,7 +118,7 @@ $ ESHUTDOWN
 $ ETOOMANYREFS
 59 Too many references: can't splice
 $ ETIMEDOUT
-60 Connection timed out
+60 Operation timed out
 $ ECONNREFUSED
 61 Connection refused
 $ ELOOP
@@ -172,7 +172,7 @@ $ EILSEQ
 $ ENOTSUP
 86 Not supported
 $ ECANCELED
-87 Operation Canceled
+87 Operation canceled
 $ EBADMSG
 88 Bad or Corrupt message
 $ ENODATA
diff --git a/sys/sys/errno.h b/sys/sys/errno.h
index da3b57c6a874..c93397db1828 100644
--- a/sys/sys/errno.h
+++ b/sys/sys/errno.h
@@ -168,7 +168,7 @@
 #define	ENOATTR		93		/* Attribute not found */
 
 /* Realtime, XSI STREAMS option errors */
-#define	EMULTIHOP	94		/* Multihop attempted */ 
+#define	EMULTIHOP	94		/* Multihop attempted */
 #define	ENOLINK		95		/* Link has been severed */
 #define	EPROTO		96		/* Protocol error */
 
-- 
2.25.1



Home | Main Index | Thread Index | Old Index