[PATCH 2/3 v2] maint: update for linux 4.10

Gleb Fotengauer-Malinovskiy glebfm at altlinux.org
Fri Feb 3 08:23:10 UTC 2017


* 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>'




More information about the Strace-devel mailing list