From 9e70234cbd21923a1177cc443a4476d8227b6c4f Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Mon, 23 Mar 2015 00:28:42 +0100 Subject: Add more exception to local headers list * scripts/check-local-headers.sh (exclude): Add device/, hurd/hurd_types.h, hurd/ioctl_types.h, hurd/paths.h, hurd/ioctls.defs, cthreads.h. --- ChangeLog | 3 +++ scripts/check-local-headers.sh | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 6a53c06..5538acd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -23,6 +23,9 @@ * sysdeps/mach/hurd/dl-sysdep.c (fmh): Pass vm_offset_t dummy 9th parameter to __vm_region instead of int. * bits/termios.h [!__USE_MISC] (EXTPROC): Do not define. + * scripts/check-local-headers.sh (exclude): Add device/, + hurd/hurd_types.h, hurd/ioctl_types.h, hurd/paths.h, hurd/ioctls.defs, + cthreads.h. 2015-03-19 Roland McGrath diff --git a/scripts/check-local-headers.sh b/scripts/check-local-headers.sh index 2136b58..3589c40 100755 --- a/scripts/check-local-headers.sh +++ b/scripts/check-local-headers.sh @@ -33,7 +33,7 @@ exec ${AWK} -v includedir="$includedir" ' BEGIN { status = 0 exclude = "^" includedir \ - "/(.*-.*-.*/|)(asm[-/]|arch|linux/|selinux/|mach/|gd|nss3/|c\\+\\+/|sys/(capability|sdt(|-config))\\.h|libaudit\\.h)" + "/(.*-.*-.*/|)(asm[-/]|arch|linux/|selinux/|mach/|device/|hurd/(((hurd|ioctl)_types|paths)\\.h|ioctls\\.defs)|cthreads\\.h|gd|nss3/|c\\+\\+/|sys/(capability|sdt(|-config))\\.h|libaudit\\.h)" } /^[^ ]/ && $1 ~ /.*:/ { obj = $1 } { -- cgit v1.1