Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Nov 2018 12:52:58 +0000 (UTC)
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org
Subject:   svn commit: r340178 - stable/11/contrib/openbsm/bin/auditdistd
Message-ID:  <201811061252.wA6Cqw74023459@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: emaste
Date: Tue Nov  6 12:52:58 2018
New Revision: 340178
URL: https://svnweb.freebsd.org/changeset/base/340178

Log:
  MFC r306023: auditdistd: update for sys/capability.h rename
  
  Reported by:	dhw

Modified:
  stable/11/contrib/openbsm/bin/auditdistd/sandbox.c
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/contrib/openbsm/bin/auditdistd/sandbox.c
==============================================================================
--- stable/11/contrib/openbsm/bin/auditdistd/sandbox.c	Tue Nov  6 12:05:46 2018	(r340177)
+++ stable/11/contrib/openbsm/bin/auditdistd/sandbox.c	Tue Nov  6 12:52:58 2018	(r340178)
@@ -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?201811061252.wA6Cqw74023459>