From: Denys Vlasenko Date: Mon, 30 Aug 2010 17:20:09 +0000 (+0200) Subject: iplink: another compat #ifndef/#define tweak X-Git-Tag: 1_18_0~293 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=c71ec7061637ef490186144e03b8d9a61464d934;p=oweals%2Fbusybox.git iplink: another compat #ifndef/#define tweak Signed-off-by: Denys Vlasenko --- 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 */