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

diff --git a/maint/ioctls_sym.sh b/maint/ioctls_sym.sh
index bd02281..f275475 100755
--- a/maint/ioctls_sym.sh
+++ b/maint/ioctls_sym.sh
@@ -232,9 +232,9 @@ __EOF__
                        ;;
                *linux/if_pppox.h)
                        cat <<'__EOF__'
-#include <linux/if.h>
-#include <linux/in.h>
-#include <linux/in6.h>
+#ifndef _UAPI_LINUX_IN_H
+# define _UAPI_LINUX_IN_H
+#endif
 __EOF__
                        ;;
                *linux/if_tun.h|*linux/ppp-ioctl.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