Skip to content

Commit 0aa3594

Browse files
author
nhusted
committed
Removed the sys/personality.h include because it was not needed for the auditd-parse functions and was not available in Android's NDL build system nor in the Gingerbread AOSP build system. Also removed the linux/compatability header because it was not needed. These commented out headers should be deleted in a future commit.
1 parent 634c4c2 commit 0aa3594

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/auditd-parse.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@
4545
#include <linux/atm.h>
4646
#include <linux/if.h> // FIXME: remove when ipx.h is fixed
4747
#include <linux/ipx.h>
48-
#include <linux/capability.h>
49-
#include <sys/personality.h>
48+
//#include <linux/capability.h>
49+
//#include <sys/personality.h>
5050
#include <netinet/in.h>
5151

5252
#include "gen_tables.h"

0 commit comments

Comments
 (0)