summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@linux-m68k.org>2011-11-01 10:49:13 +0100
committerAndreas Schwab <schwab@linux-m68k.org>2011-11-01 18:29:08 +0100
commitd91a8b93aaa8a3d2d9b5fd64e111c5a4eb24d2b9 (patch)
treee8b18cf4ad69b19f6eee5bbd4b73661472a0b81d /scripts
parent45b96dd684f1bc25d3ba113dbe6795b1c4db57f5 (diff)
Ignore libaudit.h when checking for system header use
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/check-local-headers.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/check-local-headers.sh b/scripts/check-local-headers.sh
index b73078d364..62831ddda1 100755
--- a/scripts/check-local-headers.sh
+++ b/scripts/check-local-headers.sh
@@ -29,7 +29,7 @@ exec ${AWK} -v includedir="$includedir" '
BEGIN {
status = 0
exclude = "^" includedir \
- "/(asm[-/]|linux/|selinux/|gd|nss3/|sys/capability\\.h)"
+ "/(asm[-/]|linux/|selinux/|gd|nss3/|sys/capability\\.h|libaudit\\.h)"
}
/^[^ ]/ && $1 ~ /.*:/ { obj = $1 }
{