Sync errno messages between catalog and errno.h

This commit is contained in:
mgorny 2020-03-08 22:05:40 +00:00
parent 7f5eec67a9
commit b967d10fab
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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 */