Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/sys Sync errno messages between catalog and errno.h
details: https://anonhg.NetBSD.org/src/rev/064b9ffb555a
branches: trunk
changeset: 1008043:064b9ffb555a
user: mgorny <mgorny%NetBSD.org@localhost>
date: Sun Mar 08 22:05:40 2020 +0000
description:
Sync errno messages between catalog and errno.h
diffstat:
lib/libc/nls/C.msg | 4 ++--
sys/sys/errno.h | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diffs (39 lines):
diff -r 8047f86684eb -r 064b9ffb555a lib/libc/nls/C.msg
--- a/lib/libc/nls/C.msg Sun Mar 08 21:35:03 2020 +0000
+++ b/lib/libc/nls/C.msg Sun Mar 08 22:05:40 2020 +0000
@@ -118,7 +118,7 @@
$ 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 @@
$ ENOTSUP
86 Not supported
$ ECANCELED
-87 Operation Canceled
+87 Operation canceled
$ EBADMSG
88 Bad or Corrupt message
$ ENODATA
diff -r 8047f86684eb -r 064b9ffb555a sys/sys/errno.h
--- a/sys/sys/errno.h Sun Mar 08 21:35:03 2020 +0000
+++ b/sys/sys/errno.h Sun Mar 08 22:05:40 2020 +0000
@@ -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 */
Home |
Main Index |
Thread Index |
Old Index