* maint/ioctls_sym.sh: Update workaround for linux/if_pppox.h file.
---
 maint/ioctls_sym.sh | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/maint/ioctls_sym.sh b/maint/ioctls_sym.sh
index bd02281..14d53c6 100755
--- a/maint/ioctls_sym.sh
+++ b/maint/ioctls_sym.sh
@@ -231,11 +231,7 @@ __EOF__
 __EOF__
                        ;;
                *linux/if_pppox.h)
-                       cat <<'__EOF__'
-#include <linux/if.h>
-#include <linux/in.h>
-#include <linux/in6.h>
-__EOF__
+                       echo '#include <netinet/in.h>'
                        ;;
                *linux/if_tun.h|*linux/ppp-ioctl.h)
                        echo '#include <linux/filter.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