summaryrefslogtreecommitdiffstats
path: root/sys/sys/event.h
diff options
context:
space:
mode:
authormpi <mpi@openbsd.org>2020-08-23 07:05:29 +0000
committermpi <mpi@openbsd.org>2020-08-23 07:05:29 +0000
commita463d96cf8ed5031a7ba5798a5ff4c669b398953 (patch)
treed5d10609502fd05cfb79c5dc0c424f867a9c46fd /sys/sys/event.h
parentupdate to libfido2 46710ac06, picking up a few API changes (diff)
downloadwireguard-openbsd-a463d96cf8ed5031a7ba5798a5ff4c669b398953.tar.xz
wireguard-openbsd-a463d96cf8ed5031a7ba5798a5ff4c669b398953.zip
Allow userland to use EVFILT_EXCEPT.
ok mvs@, visa@
Diffstat (limited to 'sys/sys/event.h')
-rw-r--r--sys/sys/event.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sys/event.h b/sys/sys/event.h
index 4a46d97af72..fefbfccad11 100644
--- a/sys/sys/event.h
+++ b/sys/sys/event.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: event.h,v 1.44 2020/06/22 13:14:32 mpi Exp $ */
+/* $OpenBSD: event.h,v 1.45 2020/08/23 07:05:29 mpi Exp $ */
/*-
* Copyright (c) 1999,2000,2001 Jonathan Lemon <jlemon@FreeBSD.org>
@@ -41,7 +41,7 @@
#define EVFILT_DEVICE (-8) /* devices */
#define EVFILT_EXCEPT (-9) /* exceptional conditions */
-#define EVFILT_SYSCOUNT 8
+#define EVFILT_SYSCOUNT 9
#define EV_SET(kevp, a, b, c, d, e, f) do { \
struct kevent *__kevp = (kevp); \