summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/errlist.c
diff options
context:
space:
mode:
authordrahn <drahn@openbsd.org>2002-05-01 13:36:18 +0000
committerdrahn <drahn@openbsd.org>2002-05-01 13:36:18 +0000
commit96867bd445dba81d0c5335902c1c55ca819c06b0 (patch)
tree49d61c023f24d450f02622a6051e97f8bebe7b62 /lib/libc/gen/errlist.c
parento) start new sentence on a new line; (diff)
downloadwireguard-openbsd-96867bd445dba81d0c5335902c1c55ca819c06b0.tar.xz
wireguard-openbsd-96867bd445dba81d0c5335902c1c55ca819c06b0.zip
Sync EA with FreeBSD, mostly addition of new ENOATTR errno.
ok millert@, art@
Diffstat (limited to 'lib/libc/gen/errlist.c')
-rw-r--r--lib/libc/gen/errlist.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/gen/errlist.c b/lib/libc/gen/errlist.c
index 2e1f1b7df87..31867b1b33a 100644
--- a/lib/libc/gen/errlist.c
+++ b/lib/libc/gen/errlist.c
@@ -32,7 +32,7 @@
*/
#if defined(LIBC_SCCS) && !defined(lint)
-static char *rcsid = "$OpenBSD: errlist.c,v 1.4 2002/04/30 16:32:58 drahn Exp $";
+static char *rcsid = "$OpenBSD: errlist.c,v 1.5 2002/05/01 13:36:18 drahn Exp $";
#endif /* LIBC_SCCS and not lint */
#ifdef lint
@@ -142,5 +142,6 @@ const char *const
"Authentication error", /* 80 - EAUTH */
"Need authenticator", /* 81 - ENEEDAUTH */
"IPsec processing failure", /* 82 - EIPSEC */
+ "Attribute not found", /* 83 - ENOATTR */
};
int _sys_nerr = { sizeof _sys_errlist/sizeof _sys_errlist[0] };