Module Name:    src
Committed By:   mgorny
Date:           Sun Mar  8 22:05:41 UTC 2020

Modified Files:
        src/lib/libc/nls: C.msg
        src/sys/sys: errno.h

Log Message:
Sync errno messages between catalog and errno.h


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/lib/libc/nls/C.msg
cvs rdiff -u -r1.40 -r1.41 src/sys/sys/errno.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libc/nls/C.msg
diff -u src/lib/libc/nls/C.msg:1.14 src/lib/libc/nls/C.msg:1.15
--- src/lib/libc/nls/C.msg:1.14	Tue Oct 31 00:38:07 2006
+++ src/lib/libc/nls/C.msg	Sun Mar  8 22:05:40 2020
@@ -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

Index: src/sys/sys/errno.h
diff -u src/sys/sys/errno.h:1.40 src/sys/sys/errno.h:1.41
--- src/sys/sys/errno.h:1.40	Wed Jan  2 18:51:53 2013
+++ src/sys/sys/errno.h	Sun Mar  8 22:05:40 2020
@@ -1,4 +1,4 @@
-/*	$NetBSD: errno.h,v 1.40 2013/01/02 18:51:53 dsl Exp $	*/
+/*	$NetBSD: errno.h,v 1.41 2020/03/08 22:05:40 mgorny Exp $	*/
 
 /*
  * Copyright (c) 1982, 1986, 1989, 1993
@@ -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 */
 

Reply via email to