diff options
-rw-r--r-- | ChangeLog | 2 | ||||
-rwxr-xr-x | scripts/check-local-headers.sh | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -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> 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 } { |