From: Mike Frysinger Date: Sat, 11 Sep 2010 19:04:12 +0000 (-0400) Subject: * linux/ioctlent.sh: Search a few non-exported paths. X-Git-Tag: v4.6~87 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1b30f4b7b73e6840ddfe299a84a5864074de66b7;p=strace * linux/ioctlent.sh: Search a few non-exported paths. Signed-off-by: Mike Frysinger --- diff --git a/linux/ioctlent.sh b/linux/ioctlent.sh index 9eca7670..3977abf0 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/*"