diff options
author | Denys Vlasenko <dvlasenk@redhat.com> | 2010-08-30 19:20:09 +0200 |
---|---|---|
committer | Denys Vlasenko <dvlasenk@redhat.com> | 2010-08-30 19:20:09 +0200 |
commit | c71ec7061637ef490186144e03b8d9a61464d934 (patch) | |
tree | c8a7462216867b6736200b8599c00b623c0c9bb3 | |
parent | 0ff78a0166b284215a15a41e82e200301fb45f1e (diff) | |
download | busybox-w32-c71ec7061637ef490186144e03b8d9a61464d934.tar.gz busybox-w32-c71ec7061637ef490186144e03b8d9a61464d934.tar.bz2 busybox-w32-c71ec7061637ef490186144e03b8d9a61464d934.zip |
iplink: another compat #ifndef/#define tweak
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
-rw-r--r-- | networking/libiproute/iplink.c | 2 |
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 @@ | |||
17 | 17 | ||
18 | #ifndef IFLA_LINKINFO | 18 | #ifndef IFLA_LINKINFO |
19 | # define IFLA_LINKINFO 18 | 19 | # define IFLA_LINKINFO 18 |
20 | # define IFLA_INFO_KIND 1 | ||
20 | #endif | 21 | #endif |
22 | |||
21 | /* taken from linux/sockios.h */ | 23 | /* taken from linux/sockios.h */ |
22 | #define SIOCSIFNAME 0x8923 /* set interface name */ | 24 | #define SIOCSIFNAME 0x8923 /* set interface name */ |
23 | 25 | ||