chiark / gitweb /
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)
committerSven Eden <yamakuzure@gmx.net>
Fri, 16 Jun 2017 08:12:59 +0000 (10:12 +0200)
commit478418f9b414f837c9b30e9b1dcc5eaef079afd1
tree8582ae376cf1154c8ca7de50064a96d75294b988
parentcda8836c1c2fb301a0d3c9182c004c655bf1fdff
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).
src/basic/missing.h