]> git.ipfire.org Git - thirdparty/systemd.git/commit
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)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Sat, 13 Apr 2019 13:44:21 +0000 (22:44 +0900)
commit7057b6144f4c5cb7e284a409c7f24b84c16a3bb8
tree788770c00385c07576e9b91720a0a13d2d442bb0
parent76566792e33f054dd02df84db044f5ae747afe67
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.
src/basic/linux/in.h [new file with mode: 0644]
src/basic/linux/in6.h [new file with mode: 0644]
src/basic/meson.build