]> git.ipfire.org Git - thirdparty/systemd.git/commit
networkd-ipv4acd.c: Use net/if.h for getting IFF_LOOPBACK definition
authorKhem Raj <raj.khem@gmail.com>
Tue, 8 Nov 2022 20:21:35 +0000 (12:21 -0800)
committerLuca Boccassi <luca.boccassi@gmail.com>
Wed, 9 Nov 2022 00:17:37 +0000 (01:17 +0100)
commit239e4a42a69c31e55e58618d800e0d68c68931d3
tree68dab27a7c10af8ea4716b74a63ee96641d3aa4a
parent68773437dae99344653dfc8c753ea4876c12b2b0
networkd-ipv4acd.c: Use net/if.h for getting IFF_LOOPBACK definition

This helps in avoiding compiling errors on musl. Definition of
IFF_LOOPBACK is the reason for including linux/if_arp.h, this however
could be obtained from net/if.h glibc header equally and makes it
portable as well.
src/network/networkd-ipv4acd.c