aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/uipc_syscalls.c
diff options
context:
space:
mode:
authorRobert Watson <rwatson@FreeBSD.org>2014-03-16 10:55:57 +0000
committerRobert Watson <rwatson@FreeBSD.org>2014-03-16 10:55:57 +0000
commit4a14441044e0bdb55c81010ea92b24d87c25ee56 (patch)
tree33c10255950e4922f9ee4bc63543bd5dd3cd9f77 /sys/kern/uipc_syscalls.c
parentb1f78b60bfdaf18119abbb453f46f13052c8739a (diff)
downloadsrc-4a14441044e0bdb55c81010ea92b24d87c25ee56.tar.gz
src-4a14441044e0bdb55c81010ea92b24d87c25ee56.zip
Update kernel inclusions of capability.h to use capsicum.h instead; some
further refinement is required as some device drivers intended to be portable over FreeBSD versions rely on __FreeBSD_version to decide whether to include capability.h. MFC after: 3 weeks
Notes
Notes: svn path=/head/; revision=263233
Diffstat (limited to 'sys/kern/uipc_syscalls.c')
-rw-r--r--sys/kern/uipc_syscalls.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/uipc_syscalls.c b/sys/kern/uipc_syscalls.c
index 9420dfda5800..5b60e5bc6964 100644
--- a/sys/kern/uipc_syscalls.c
+++ b/sys/kern/uipc_syscalls.c
@@ -44,7 +44,7 @@ __FBSDID("$FreeBSD$");
#include <sys/param.h>
#include <sys/systm.h>
-#include <sys/capability.h>
+#include <sys/capsicum.h>
#include <sys/condvar.h>
#include <sys/kernel.h>
#include <sys/lock.h>