[strace/strace] linux/ipx.h was removed in 5.15 (Issue #201)

Jiri Slaby notifications at github.com
Wed Nov 3 09:25:53 UTC 2021


`linux/ipx.h` header was removed in https://github.com/torvalds/linux/commit/6c9b40844751ea30c72f7a2f92f4d704bc6b2927 and the strace's build now fails:
```
net-sockaddr.c:27:10: fatal error: linux/ipx.h: No such file or directory
```
There are 3 places where it is used:
```
$ 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>
```

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/strace/strace/issues/201
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.strace.io/pipermail/strace-devel/attachments/20211103/10f12c14/attachment.htm>


More information about the Strace-devel mailing list