summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2005-06-17 21:48:04 +0000
committerMarc Espie <espie@cvs.openbsd.org>2005-06-17 21:48:04 +0000
commiteea9c8e1446d8aa946ada59cb8f3ccd550aeaf20 (patch)
treec40d59a1183371673213dd3bf06316f9e62892cb /sys
parent971c23e12b10d7d1e5c029afbd6de8b80e50bc98 (diff)
forgotten commit.
Diffstat (limited to 'sys')
-rw-r--r--sys/sys/errno.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/sys/errno.h b/sys/sys/errno.h
index 7c360652f07..581341b7610 100644
--- a/sys/sys/errno.h
+++ b/sys/sys/errno.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: errno.h,v 1.13 2005/05/24 03:55:11 millert Exp $ */
+/* $OpenBSD: errno.h,v 1.14 2005/06/17 21:48:03 espie Exp $ */
/* $NetBSD: errno.h,v 1.10 1996/01/20 01:33:53 jtc Exp $ */
/*
@@ -175,7 +175,8 @@ __END_DECLS
#define ENEEDAUTH 81 /* Need authenticator */
#define EIPSEC 82 /* IPsec processing failure */
#define ENOATTR 83 /* Attribute not found */
-#define ELAST 83 /* Must be equal largest errno */
+#define EILSEQ 84 /* Illegal byte sequence */
+#define ELAST 84 /* Must be equal largest errno */
#endif /* _POSIX_SOURCE */
#ifdef _KERNEL