summaryrefslogtreecommitdiffstats
path: root/sbin/dhclient/bpf.c
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2014-03-16 11:04:44 +0000
committerrwatson <rwatson@FreeBSD.org>2014-03-16 11:04:44 +0000
commita400e9c00711b1982145fcf059c7562d8de06f1c (patch)
treec4e002e293230ad068a6ae83b2b3f3afed3e95e5 /sbin/dhclient/bpf.c
parent33fdc14c0cd663baae9fad419e3f9cfe12578196 (diff)
downloadFreeBSD-src-a400e9c00711b1982145fcf059c7562d8de06f1c.zip
FreeBSD-src-a400e9c00711b1982145fcf059c7562d8de06f1c.tar.gz
Update most userspace consumers of capability.h to use capsicum.h instead.
auditdistd is not updated as I will make the change upstream and then do a vendor import sometime in the next week or two. MFC after: 3 weeks
Diffstat (limited to 'sbin/dhclient/bpf.c')
-rw-r--r--sbin/dhclient/bpf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/dhclient/bpf.c b/sbin/dhclient/bpf.c
index 311bcc7..7c2e531 100644
--- a/sbin/dhclient/bpf.c
+++ b/sbin/dhclient/bpf.c
@@ -43,11 +43,11 @@
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
-#include <sys/capability.h>
+#include <sys/capsicum.h>
#include "dhcpd.h"
#include "privsep.h"
-#include <sys/capability.h>
+#include <sys/capsicum.h>
#include <sys/ioctl.h>
#include <sys/uio.h>
OpenPOWER on IntegriCloud