diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2011-03-03 11:28:57 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2011-03-03 11:28:57 +0000 |
| commit | b70ad7a80de29723eddb1c4c9aaefccc7b4dacf9 (patch) | |
| tree | 9e4308bbd314ffec1535b581b39d30235fd2b104 /lib | |
| parent | 5b8c2f8165cb5848467a8138f64b0dc4f389392f (diff) | |
Notes
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/libc/gen/errlst.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc/gen/errlst.c b/lib/libc/gen/errlst.c index db6bfa296854..b105cc80cf40 100644 --- a/lib/libc/gen/errlst.c +++ b/lib/libc/gen/errlst.c @@ -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]); |
