Add text string for ECAPMODE to libc.

Discussed with:	anderson
Obtained from:	Capsicum Project
Sponsored by:	Google, Inc.
MFC after:	3 months
This commit is contained in:
rwatson 2011-03-03 11:28:57 +00:00
parent 8f25cc5732
commit 34dc0cba8c

View File

@ -151,5 +151,6 @@ const char *const sys_errlist[] = {
"Link has been severed", /* 91 - ENOLINK */
"Protocol error", /* 92 - EPROTO */
"Capabilities insufficient", /* 93 - ENOTCAPABLE */
"Not permitted in capability mode", /* 94 - ECAPMODE */
};
const int sys_nerr = sizeof(sys_errlist) / sizeof(sys_errlist[0]);