Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Sep 2016 12:58:28 +0000 (UTC)
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r306023 - head/contrib/openbsm/bin/auditdistd
Message-ID:  <201609201258.u8KCwSYG006589@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609201258.u8KCwSYG006589>