On Tue, 07.04.15 23:05, Alexander Sverdlin (alexander.sverd...@gmail.com) wrote:
> IFA_F_NOPREFIXROUTE is a usual #define appeared in Linux 3.14, so
> AC_CHECK_DECLS
> is not necessary
Applied! THanks!
> ---
>
> Fixes second systemd compilation problem against Linux 3.12 uapi headers.
>
> sr
IFA_F_NOPREFIXROUTE is a usual #define appeared in Linux 3.14, so AC_CHECK_DECLS
is not necessary
---
Fixes second systemd compilation problem against Linux 3.12 uapi headers.
src/shared/missing.h | 4
1 file changed, 4 insertions(+)
diff --git a/src/shared/missing.h b/src/shared/missing.h