(backport) linux: also import linux/in.h and in6.h from kernel-5.0
authorYu Watanabe <watanabe.yu+github@gmail.com>
Sat, 13 Apr 2019 09:46:40 +0000 (18:46 +0900)
committerŁukasz Stelmach <l.stelmach@samsung.com>
Mon, 12 Feb 2024 15:37:47 +0000 (16:37 +0100)
commit82c21fcaf81672e2133c7d21d0b233f1e29c35c3
tree58f9c16d04994b4bf029b9dfd1afb01aed8bd66f
parent174ab110830436e29f43e119b53b0869c27cbd1e
(backport) linux: also import linux/in.h and in6.h from kernel-5.0

Now linux/in.h has better conflict detection with glibc's
netinet/in.h. So, let's import the headers.

Note that our code already have many workarounds for the conflict,
but in this commit does not drop them. Let's do that in the later
commits if this really helps.

Change-Id: I8ddd8197a29cac1a0e0690d64c76aa240f9d2d3d
src/basic/linux/in.h [new file with mode: 0644]
src/basic/linux/in6.h [new file with mode: 0644]
src/basic/meson.build