aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Smalley <sds@tycho.nsa.gov>2013-04-05 10:46:10 -0400
committerRicardo Cerqueira <cyanogenmod@cerqueira.org>2013-07-18 20:38:39 +0100
commited9fa86df312b87ce4e675bc865c8abd791ba197 (patch)
treecdc273bc468962eea1df21121f632e75989fe122
parent01996abeda1240e04a86a0393e0b553dd6310412 (diff)
downloadsystem_core-ed9fa86df312b87ce4e675bc865c8abd791ba197.zip
system_core-ed9fa86df312b87ce4e675bc865c8abd791ba197.tar.gz
system_core-ed9fa86df312b87ce4e675bc865c8abd791ba197.tar.bz2
sys/capability.h does not exist in the 4.2 bionic.
-rw-r--r--auditd/auditd.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/auditd/auditd.c b/auditd/auditd.c
index 7291d34..875ae64 100644
--- a/auditd/auditd.c
+++ b/auditd/auditd.c
@@ -30,7 +30,6 @@
#include <syslog.h>
#include <unistd.h>
-#include <sys/capability.h>
#include <sys/socket.h>
#include <sys/stat.h>
#include <sys/types.h>