diff options
author | rwatson <rwatson@FreeBSD.org> | 2014-03-16 11:04:44 +0000 |
---|---|---|
committer | rwatson <rwatson@FreeBSD.org> | 2014-03-16 11:04:44 +0000 |
commit | a400e9c00711b1982145fcf059c7562d8de06f1c (patch) | |
tree | c4e002e293230ad068a6ae83b2b3f3afed3e95e5 /contrib/tcpdump | |
parent | 33fdc14c0cd663baae9fad419e3f9cfe12578196 (diff) | |
download | FreeBSD-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 'contrib/tcpdump')
-rw-r--r-- | contrib/tcpdump/tcpdump.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/tcpdump/tcpdump.c b/contrib/tcpdump/tcpdump.c index f1e696f..b2124a6 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> |