summaryrefslogtreecommitdiffstats
path: root/sys/sys/capability.h
diff options
context:
space:
mode:
authorjonathan <jonathan@FreeBSD.org>2011-08-12 14:26:47 +0000
committerjonathan <jonathan@FreeBSD.org>2011-08-12 14:26:47 +0000
commitc33150a2f079dce042e79044a48e03cec65832f6 (patch)
treedf03e0025d6c4b3492e5b174440d8e2352802d2c /sys/sys/capability.h
parent588f0ae2614efd69a40886c2d781400791a14acc (diff)
downloadFreeBSD-src-c33150a2f079dce042e79044a48e03cec65832f6.zip
FreeBSD-src-c33150a2f079dce042e79044a48e03cec65832f6.tar.gz
Rename CAP_*_KEVENT to CAP_*_EVENT.
Change the names of a couple of capability rights to be less FreeBSD-specific. Approved by: re (kib), mentor (rwatson) Sponsored by: Google Inc
Diffstat (limited to 'sys/sys/capability.h')
-rw-r--r--sys/sys/capability.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sys/capability.h b/sys/sys/capability.h
index 0f621f4..54fcaa0 100644
--- a/sys/sys/capability.h
+++ b/sys/sys/capability.h
@@ -124,8 +124,8 @@
#define CAP_SEM_WAIT 0x0000800000000000ULL
/* kqueue events. */
-#define CAP_POLL_KEVENT 0x0001000000000000ULL
-#define CAP_POST_KEVENT 0x0002000000000000ULL
+#define CAP_POLL_EVENT 0x0001000000000000ULL
+#define CAP_POST_EVENT 0x0002000000000000ULL
/* Strange and powerful rights that should not be given lightly. */
#define CAP_IOCTL 0x0004000000000000ULL
OpenPOWER on IntegriCloud