]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/basic/missing.h
build: fix missing symbol for old kernel headers (#3530)
authorAndrew Jeddeloh <andrewjeddeloh@gmail.com>
Tue, 14 Jun 2016 09:09:06 +0000 (02:09 -0700)
committerLennart Poettering <lennart@poettering.net>
Tue, 14 Jun 2016 09:09:06 +0000 (11:09 +0200)
commitf4f5e50a0ab828991ff54e7013acc6917a9510fa
treeef3edb64aed6aab084b7bf126298a452d0b72c50
parent1be3f471e7b2c379b90207e02d95a3684329d5aa
build: fix missing symbol for old kernel headers (#3530)

Fix issue where IN6_ADDR_GEN_MODE_STABLE_PRIVACY is undefined but
IFLA_INET6_ADDR_GEN_MODE is defined and thus the former does not get
fixed in missing.h. This occurs with kernel headers new enough to have
the IFLA_INET6_ADDR_GEN_MODE but old enough to not yet have
IN6_ADDR_GEN_MODE_STABLE_PRIVACY (e.g. 3.18).
configure.ac
src/basic/missing.h