aboutsummaryrefslogtreecommitdiff
path: root/contrib/tcpdump/tcpdump.c
diff options
context:
space:
mode:
authorRobert Watson <rwatson@FreeBSD.org>2014-03-16 11:04:44 +0000
committerRobert Watson <rwatson@FreeBSD.org>2014-03-16 11:04:44 +0000
commitb881b8be1d26495f5b41002c768c7c705e68fcef (patch)
treec4e002e293230ad068a6ae83b2b3f3afed3e95e5 /contrib/tcpdump/tcpdump.c
parent4a14441044e0bdb55c81010ea92b24d87c25ee56 (diff)
downloadsrc-b881b8be1d26495f5b41002c768c7c705e68fcef.tar.gz
src-b881b8be1d26495f5b41002c768c7c705e68fcef.zip
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
Notes
Notes: svn path=/head/; revision=263234
Diffstat (limited to 'contrib/tcpdump/tcpdump.c')
-rw-r--r--contrib/tcpdump/tcpdump.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/tcpdump/tcpdump.c b/contrib/tcpdump/tcpdump.c
index f1e696f42b5b..b2124a65aa15 100644
--- a/contrib/tcpdump/tcpdump.c
+++ b/contrib/tcpdump/tcpdump.c
@@ -69,7 +69,7 @@ extern int SIZE_BUF;
#include <string.h>
#include <limits.h>
#ifdef __FreeBSD__
-#include <sys/capability.h>
+#include <sys/capsicum.h>
#include <sys/ioccom.h>
#include <sys/types.h>
#include <sys/sysctl.h>