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:
Robert Watson 2009-10-13 17:57:06 +00:00
parent 6ff4bdaef5
commit 8c8ee3d3b8

View File

@ -181,6 +181,16 @@ $ ENOATTR
87 Attribute not found
$ EDOOFUS
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
$