]> git.ipfire.org Git - thirdparty/systemd.git/commit
linux: import if_ether.h from kernel-5.0
authorYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 15 Apr 2019 16:57:23 +0000 (01:57 +0900)
committerLennart Poettering <lennart@poettering.net>
Tue, 16 Apr 2019 08:27:01 +0000 (10:27 +0200)
commitac9b17271fbe2a840796739c455183e3d89d9e21
treee576eb8c31e569fbd12138097873de8a47e88361
parentec8181d1c570bac67ef6e54aedd7f218e49e9d55
linux: import if_ether.h from kernel-5.0

kernel-4.15's if_ether.h has a bug that the header does not provide
'struct ethhdr'. The bug is introduced by
6926e041a8920c8ec27e4e155efa760aa01551fd (4.15-rc8)
and fixed by da360299b6734135a5f66d7db458dcc7801c826a (4.16-rc3).

This makes systemd built with kernel-4.15 headers.

Fixes #12319.
src/basic/linux/if_ether.h [new file with mode: 0644]
src/basic/meson.build