[PATCH] linux/ioctlent.sh: search a few non-exported paths

Mike Frysinger vapier at gentoo.org
Sat Sep 11 19:04:12 UTC 2010


* linux/ioctlent.sh: Search a few non-exported paths.

Signed-off-by: Mike Frysinger <vapier at gentoo.org>
---
 linux/ioctlent.sh |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/linux/ioctlent.sh b/linux/ioctlent.sh
index 9eca767..3977abf 100755
--- a/linux/ioctlent.sh
+++ b/linux/ioctlent.sh
@@ -79,6 +79,8 @@ if [ -e $dir/Kbuild ]; then
 			grep -v '^asm-'
 		echo "$asm/* asm-generic/*"
 	)
+	# special case: some headers aren't exported directly
+	files="${files} media/* net/bluetooth/* pcmcia/*"
 else
 	# older kernel so just assume some headers
 	files="linux/* $asm/* asm-generic/* scsi/* sound/*"
-- 
1.7.2





More information about the Strace-devel mailing list