<p></p>
<p><code>linux/ipx.h</code> header was removed in <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/torvalds/linux/commit/6c9b40844751ea30c72f7a2f92f4d704bc6b2927/hovercard" href="https://github.com/torvalds/linux/commit/6c9b40844751ea30c72f7a2f92f4d704bc6b2927">torvalds/linux@<tt>6c9b408</tt></a> and the strace's build now fails:</p>
<pre><code>net-sockaddr.c:27:10: fatal error: linux/ipx.h: No such file or directory
</code></pre>
<p>There are 3 places where it is used:</p>
<pre><code>$ git grep linux/ipx.h
src/net.c:# include <linux/ipx.h>
src/sockaddr.c:# include <linux/ipx.h>
tests/net-sockaddr.c:#include <linux/ipx.h>
</code></pre>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/strace/strace/issues/201">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AOVBTR7IHWFLQVPPBEA3BITUKD5ZZANCNFSM5HINN2DA">unsubscribe</a>.<br />Triage notifications on the go with GitHub Mobile for <a href="https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675">iOS</a> or <a href="https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub">Android</a>.
<img src="https://github.com/notifications/beacon/AOVBTR36HUMCKX2H6LTBQ6DUKD5ZZA5CNFSM5HINN2DKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4PRPENOQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/strace/strace/issues/201",
"url": "https://github.com/strace/strace/issues/201",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>