NetworkManager/src/initrd
Thomas Haller 7f4a7bf433
all: remove unnecessary <netinet/ether.h> includes
<netinet/ether.h> with musl defines ethhdr struct, which conflicts
with <linux/if_ether.h>. The latter is included by "nm-utils.h",
so this is a problem.

Drop includes of "netinet/ether.h" that are not necessary.
2020-12-13 16:56:51 +01:00
..
tests all: remove unnecessary <netinet/ether.h> includes 2020-12-13 16:56:51 +01:00
meson.build license: Add license using SPDX identifiers to meson build files 2020-02-17 13:16:57 +01:00
nm-initrd-generator.c all: unify comment style for SPDX-License-Identifier tag 2020-09-29 16:50:53 +02:00
nm-initrd-generator.h initrd: fix parsing of ip= argument with dotted interface name 2020-11-20 16:35:36 +01:00
nmi-cmdline-reader.c initrd: fix parsing of ip= arguments with empty first token 2020-11-26 17:41:40 +01:00
nmi-dt-reader.c all: unify comment style for SPDX-License-Identifier tag 2020-09-29 16:50:53 +02:00
nmi-ibft-reader.c initrd: fix parsing of ip= argument with dotted interface name 2020-11-20 16:35:36 +01:00