* linux/ioctlent.sh: Search a few non-exported paths.
Signed-off-by: Mike Frysinger <[email protected]>
---
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
------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
Strace-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/strace-devel