diff options
author | Philip Guenther <guenther@cvs.openbsd.org> | 2014-08-10 00:20:56 +0000 |
---|---|---|
committer | Philip Guenther <guenther@cvs.openbsd.org> | 2014-08-10 00:20:56 +0000 |
commit | 4a0f3a0407a3c7ed475819d157dff320e4dcf995 (patch) | |
tree | 013ad93ad51648b1e735eda92dad3ed771f63e7d /bin/systrace/systrace-errno.h | |
parent | 2adc8708854273065221d48a0b3bb3af9b1a0a9c (diff) |
Add newer errnos
Diffstat (limited to 'bin/systrace/systrace-errno.h')
-rw-r--r-- | bin/systrace/systrace-errno.h | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/bin/systrace/systrace-errno.h b/bin/systrace/systrace-errno.h index a80a1ce84ad..49c4af356ed 100644 --- a/bin/systrace/systrace-errno.h +++ b/bin/systrace/systrace-errno.h @@ -1,4 +1,4 @@ -/* $OpenBSD: systrace-errno.h,v 1.1 2002/06/04 17:20:04 provos Exp $ */ +/* $OpenBSD: systrace-errno.h,v 1.2 2014/08/10 00:20:55 guenther Exp $ */ /* * Copyright 2002 Niels Provos <provos@citi.umich.edu> * All rights reserved. @@ -115,6 +115,14 @@ #define SYSTRACE_EAUTH 80 #define SYSTRACE_ENEEDAUTH 81 #define SYSTRACE_EIPSEC 82 -#define SYSTRACE_ELAST 82 +#define SYSTRACE_ENOATTR 83 +#define SYSTRACE_EILSEQ 84 +#define SYSTRACE_ENOMEDIUM 85 +#define SYSTRACE_EMEDIUMTYPE 86 +#define SYSTRACE_EOVERFLOW 87 +#define SYSTRACE_ECANCELED 88 +#define SYSTRACE_EIDRM 89 +#define SYSTRACE_ENOMSG 90 +#define SYSTRACE_ENOTSUP 91 #endif |