diff options
author | rwatson <rwatson@FreeBSD.org> | 2015-03-19 12:32:48 +0000 |
---|---|---|
committer | rwatson <rwatson@FreeBSD.org> | 2015-03-19 12:32:48 +0000 |
commit | bcbbcda0f2e4af8b9dd5b88b8aee78fb712e107e (patch) | |
tree | e5b4ae536a72fe4a7a095f75635897247049ed5f /crypto | |
parent | b9b03fb7e3cdf29ad38ea78cca31b5416c7ad569 (diff) | |
download | FreeBSD-src-bcbbcda0f2e4af8b9dd5b88b8aee78fb712e107e.zip FreeBSD-src-bcbbcda0f2e4af8b9dd5b88b8aee78fb712e107e.tar.gz |
Merge an applicable subset of r263234 from HEAD to stable/10:
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.
Note that a significant fraction does not apply, as FreeBSD 10 doesn't
contain a Capsicumised ping, casperd, libcasper, etc. When these features
are merged, the capsicum.h change will need to be merged with them.
Sponsored by: Google, Inc.
Diffstat (limited to 'crypto')
-rw-r--r-- | crypto/openssh/sandbox-capsicum.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/openssh/sandbox-capsicum.c b/crypto/openssh/sandbox-capsicum.c index fd88de0..5f41d52 100644 --- a/crypto/openssh/sandbox-capsicum.c +++ b/crypto/openssh/sandbox-capsicum.c @@ -23,7 +23,7 @@ __RCSID("$FreeBSD$"); #include <sys/param.h> #include <sys/time.h> #include <sys/resource.h> -#include <sys/capability.h> +#include <sys/capsicum.h> #include <errno.h> #include <stdarg.h> |