summaryrefslogtreecommitdiffstats
path: root/sys/sys/event.h
diff options
context:
space:
mode:
authormpi <mpi@openbsd.org>2020-06-12 09:34:17 +0000
committermpi <mpi@openbsd.org>2020-06-12 09:34:17 +0000
commita8f4946a6e5d6eef153c46ee39fcdb2d7fceb5be (patch)
tree9683f8915ae37ca2597094500a3877838dee1e22 /sys/sys/event.h
parentupdate usage() with -R. (diff)
downloadwireguard-openbsd-a8f4946a6e5d6eef153c46ee39fcdb2d7fceb5be.tar.xz
wireguard-openbsd-a8f4946a6e5d6eef153c46ee39fcdb2d7fceb5be.zip
Revert addition of double underbars for filter-specific flag.
Port breakages reported by naddy@
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 6db296e2b24..c0e7b0846b8 100644
--- a/sys/sys/event.h
+++ b/sys/sys/event.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: event.h,v 1.40 2020/06/11 09:18:43 mpi Exp $ */
+/* $OpenBSD: event.h,v 1.41 2020/06/12 09:34:17 mpi Exp $ */
/*-
* Copyright (c) 1999,2000,2001 Jonathan Lemon <jlemon@FreeBSD.org>
@@ -75,7 +75,7 @@ struct kevent {
#define EV_SYSFLAGS 0xF000 /* reserved by system */
#define __EV_POLL 0x1000 /* match behavior of poll & select */
-#define __EV_FLAG1 0x2000 /* filter-specific flag */
+#define EV_FLAG1 0x2000 /* filter-specific flag */
/* returned values */
#define EV_EOF 0x8000 /* EOF detected */