Add C message catalogue entries for newer errnos: EBADMSG, EMULTIHOP,
ENOLINK, EPROTO, ENOTCAPABLE. Submitted by: Alan R. S. Bueno <alan.bsd at gmail.com> MFC after: 3 days (most)
This commit is contained in:
parent
6ff4bdaef5
commit
8c8ee3d3b8
@ -181,6 +181,16 @@ $ ENOATTR
|
|||||||
87 Attribute not found
|
87 Attribute not found
|
||||||
$ EDOOFUS
|
$ EDOOFUS
|
||||||
88 Programming error
|
88 Programming error
|
||||||
|
$ EBADMSG
|
||||||
|
89 Bad message
|
||||||
|
$ EMULTIHOP
|
||||||
|
90 Multihop attempted
|
||||||
|
$ ENOLINK
|
||||||
|
91 Link has been severed
|
||||||
|
$ EPROTO
|
||||||
|
92 Protocol error
|
||||||
|
$ ENOTCAPABLE
|
||||||
|
93 Capabilities insufficient
|
||||||
$
|
$
|
||||||
$ strsignal() support catalog
|
$ strsignal() support catalog
|
||||||
$
|
$
|
||||||
|
Loading…
x
Reference in New Issue
Block a user