diff options
author | 2005-06-17 20:40:30 +0000 | |
---|---|---|
committer | 2005-06-17 20:40:30 +0000 | |
commit | c2fb321235c8dbfba0909bc43913400e90646ae7 (patch) | |
tree | 101c9655c9c5856e7de799c241b4fad9067a89db /lib/libc/gen/errlist.c | |
parent | bye bye whiteouts (diff) | |
download | wireguard-openbsd-c2fb321235c8dbfba0909bc43913400e90646ae7.tar.xz wireguard-openbsd-c2fb321235c8dbfba0909bc43913400e90646ae7.zip |
next citrus step.
reviewed by millert, otto, kevlo, naddy, kettenis...
libc+libstdc++ bump
Diffstat (limited to 'lib/libc/gen/errlist.c')
-rw-r--r-- | lib/libc/gen/errlist.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/gen/errlist.c b/lib/libc/gen/errlist.c index 8d7a75bdb8c..c803280996f 100644 --- a/lib/libc/gen/errlist.c +++ b/lib/libc/gen/errlist.c @@ -28,7 +28,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: errlist.c,v 1.7 2003/06/02 20:18:34 millert Exp $"; +static char *rcsid = "$OpenBSD: errlist.c,v 1.8 2005/06/17 20:40:32 espie Exp $"; #endif /* LIBC_SCCS and not lint */ #ifdef lint @@ -139,5 +139,6 @@ const char *const "Need authenticator", /* 81 - ENEEDAUTH */ "IPsec processing failure", /* 82 - EIPSEC */ "Attribute not found", /* 83 - ENOATTR */ + "Illegal byte sequence", /* 84 - EILSEQ */ }; int _sys_nerr = { sizeof _sys_errlist/sizeof _sys_errlist[0] }; |