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
 $
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to