]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/basic/missing.h
missing.h: Define IFA_F_NOPREFIXROUTE
authorAlexander Sverdlin <alexander.sverdlin@gmail.com>
Wed, 8 Apr 2015 10:59:40 +0000 (12:59 +0200)
committerLennart Poettering <lennart@poettering.net>
Wed, 8 Apr 2015 10:59:40 +0000 (12:59 +0200)
commitb06ac35c7979d965d977990e7626d9827dda2b45
treee2e2f8a8a6a920ece2f0f6444dc2f1b8c1c9fbec
parentde79f906ab614dd0d53129c4d4aa18a964864f39
missing.h: Define IFA_F_NOPREFIXROUTE

Fixes second systemd compilation problem against Linux 3.12 uapi
headers.

IFA_F_NOPREFIXROUTE is a usual #define appeared in Linux 3.14, so
AC_CHECK_DECLS is not necessary.
src/shared/missing.h