(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)
committerAdrian Szyndela <adrian.s@samsung.com>
Thu, 26 Mar 2020 15:35:40 +0000 (16:35 +0100)
commit2a46c3d1b442a58a83d1ad9aa742c9005386be54
tree6488ba1877d0dc6801581c2876ef385ece7093e2
parent0f985de2dc6fd72e1a43e77a6c450efc13923ce2
(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