From 614fdd11708c698904f4c4e29305a73baab5b2f8 Mon Sep 17 00:00:00 2001 From: GNU Libc Maintainers Date: Sun, 28 May 2017 17:29:33 +0000 Subject: [PATCH] cvs-check-local-headers commit 66abf9bfbe24ac1e7207d26ccad725ed938dc52c Author: Samuel Thibault Date: Sun Aug 21 03:24:32 2016 +0200 mach: Add more allowed external headers * scripts/check-local-headers.sh (exclude): Add mach_debug/. Gbp-Pq: Topic hurd-i386 Gbp-Pq: Name cvs-check-local-headers.diff --- scripts/check-local-headers.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/check-local-headers.sh b/scripts/check-local-headers.sh index 4cae4db57..0a967bb5c 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/|device/|hurd/(((hurd|ioctl)_types|paths)\\.h|ioctls\\.defs|ihash\\.h)|cthreads\\.h|gd|nss3/|c\\+\\+/|sys/(capability|sdt(|-config))\\.h|libaudit\\.h)" + "/(.*-.*-.*/|.*-.*/|)(asm[-/]|arch|linux/|selinux/|mach/|mach_debug/|device/|hurd/(((hurd|ioctl)_types|paths)\\.h|ioctls\\.defs|ihash\\.h)|cthreads\\.h|gd|nss3/|c\\+\\+/|sys/(capability|sdt(|-config))\\.h|libaudit\\.h)" } /^[^ ]/ && $1 ~ /.*:/ { obj = $1 } { -- 2.30.2