aboutsummaryrefslogtreecommitdiff
path: root/networking
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2010-10-09 21:59:49 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2010-10-09 21:59:49 +0200
commit468c326d6a9035314add6d431301f3840629c976 (patch)
treefb2fbca7fcbeec23681c8e97a311f7eae612281c /networking
parent5e891f30d376bb83d391790173b1c189f4bb22cd (diff)
downloadbusybox-w32-1_17_3.tar.gz
busybox-w32-1_17_3.tar.bz2
busybox-w32-1_17_3.zip
Apply post-1.17.2 fixes, bump version to 1.17.31_17_3
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking')
-rw-r--r--networking/libiproute/iplink.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/networking/libiproute/iplink.c b/networking/libiproute/iplink.c
index 8bf892797..76521e174 100644
--- a/networking/libiproute/iplink.c
+++ b/networking/libiproute/iplink.c
@@ -15,6 +15,11 @@
15#include "rt_names.h" 15#include "rt_names.h"
16#include "utils.h" 16#include "utils.h"
17 17
18#ifndef IFLA_LINKINFO
19# define IFLA_LINKINFO 18
20# define IFLA_INFO_KIND 1
21#endif
22
18/* taken from linux/sockios.h */ 23/* taken from linux/sockios.h */
19#define SIOCSIFNAME 0x8923 /* set interface name */ 24#define SIOCSIFNAME 0x8923 /* set interface name */
20 25