Sync errno messages between catalog and errno.h
This commit is contained in:
parent
7f5eec67a9
commit
b967d10fab
|
@ -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
|
||||
|
|
|
@ -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 */
|
||||
|
||||
|
|
Loading…
Reference in New Issue