svn commit: r306023 - head/contrib/openbsm/bin/auditdistd
Ed Maste
emaste at FreeBSD.org
Tue Sep 20 12:58:29 UTC 2016
Author: emaste
Date: Tue Sep 20 12:58:28 2016
New Revision: 306023
URL: https://svnweb.freebsd.org/changeset/base/306023
Log:
auditdistd: update for sys/capability.h rename in r263232
Modified:
head/contrib/openbsm/bin/auditdistd/sandbox.c
Modified: head/contrib/openbsm/bin/auditdistd/sandbox.c
==============================================================================
--- head/contrib/openbsm/bin/auditdistd/sandbox.c Tue Sep 20 12:56:03 2016 (r306022)
+++ head/contrib/openbsm/bin/auditdistd/sandbox.c Tue Sep 20 12:58:28 2016 (r306023)
@@ -34,7 +34,7 @@
#include <sys/jail.h>
#endif
#ifdef HAVE_CAP_ENTER
-#include <sys/capability.h>
+#include <sys/capsicum.h>
#endif
#include <errno.h>
More information about the svn-src-all
mailing list