From c71ec7061637ef490186144e03b8d9a61464d934 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Mon, 30 Aug 2010 19:20:09 +0200 Subject: iplink: another compat #ifndef/#define tweak Signed-off-by: Denys Vlasenko --- networking/libiproute/iplink.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/networking/libiproute/iplink.c b/networking/libiproute/iplink.c index 9ced18df0..f9421fc68 100644 --- a/networking/libiproute/iplink.c +++ b/networking/libiproute/iplink.c @@ -17,7 +17,9 @@ #ifndef IFLA_LINKINFO # define IFLA_LINKINFO 18 +# define IFLA_INFO_KIND 1 #endif + /* taken from linux/sockios.h */ #define SIOCSIFNAME 0x8923 /* set interface name */ -- cgit v1.2.3