* maint/ioctls_sym.sh: Skip asm/amigayle.h.
---
 maint/ioctls_sym.sh | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/maint/ioctls_sym.sh b/maint/ioctls_sym.sh
index bb0a682..bd02281 100755
--- a/maint/ioctls_sym.sh
+++ b/maint/ioctls_sym.sh
@@ -169,6 +169,9 @@ __EOF__
 
        # Soft pre-include workarounds for some processed files.  Fragile.
        case "$f" in
+               *asm/amigayle.h)
+                       return 0 # false positive
+                       ;;
                *asm/cmb.h)
                        echo '#include <asm/dasd.h>'
                        ;;

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
Strace-devel mailing list
Strace-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/strace-devel

Reply via email to