Ignore libaudit.h when checking for system header use
authorAndreas Schwab <schwab@linux-m68k.org>
Tue, 1 Nov 2011 09:49:13 +0000 (10:49 +0100)
committerAndreas Schwab <schwab@linux-m68k.org>
Tue, 1 Nov 2011 17:29:08 +0000 (18:29 +0100)
ChangeLog
scripts/check-local-headers.sh

index 872d4a5..c8bf9b7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2011-11-01  Andreas Schwab  <schwab@linux-m68k.org>
 
+       * scripts/check-local-headers.sh: Ignore libaudit.h.
+
        * nscd/Makefile (extra-objs): Make recursively expanded.
 
 2011-11-01  Ulrich Drepper  <drepper@gmail.com>
index b73078d..62831dd 100755 (executable)
@@ -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 }
 {