svn commit: r198040 - head/lib/libc/nls

Robert Watson rwatson at FreeBSD.org
Tue Oct 13 17:57:06 UTC 2009


Author: rwatson
Date: Tue Oct 13 17:57:06 2009
New Revision: 198040
URL: http://svn.freebsd.org/changeset/base/198040

Log:
  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)

Modified:
  head/lib/libc/nls/C.msg

Modified: head/lib/libc/nls/C.msg
==============================================================================
--- head/lib/libc/nls/C.msg	Tue Oct 13 17:56:48 2009	(r198039)
+++ head/lib/libc/nls/C.msg	Tue Oct 13 17:57:06 2009	(r198040)
@@ -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
 $


More information about the svn-src-head mailing list