chiark / gitweb /
build-sys: improve compat with older kernel headers
authorLennart Poettering <lennart@poettering.net>
Wed, 27 Apr 2016 07:44:49 +0000 (09:44 +0200)
committerSven Eden <yamakuzure@gmx.net>
Fri, 16 Jun 2017 08:12:58 +0000 (10:12 +0200)
commit5b4444a29f7f48682168332416b30a97ac3d22dd
tree1738d2908e5bf76b750fb35d0f8dfbab0248703d
parentb51b5b411eb849a0dca4f62f1eed23ed438aea44
build-sys: improve compat with older kernel headers

In 4.2 kernel headers, some netlink defines are missing that we need. missing.h
already can add them in, but currently makes this dependent on a definition
that these kernels already have. Change the check hence to check for the newest
definition in the table, so that the whole bunch of definitions as added in on
all kernels lacking this.
src/basic/missing.h