Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenys Vlasenko <dvlasenk@redhat.com>2010-08-30 21:20:09 +0400
committerDenys Vlasenko <dvlasenk@redhat.com>2010-08-30 21:20:09 +0400
commitc71ec7061637ef490186144e03b8d9a61464d934 (patch)
treec8a7462216867b6736200b8599c00b623c0c9bb3 /networking/libiproute
parent0ff78a0166b284215a15a41e82e200301fb45f1e (diff)
iplink: another compat #ifndef/#define tweak
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
Diffstat (limited to 'networking/libiproute')
-rw-r--r--networking/libiproute/iplink.c2
1 files changed, 2 insertions, 0 deletions
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 */