diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2006-12-23 02:48:44 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2006-12-23 02:48:44 +0000 |
commit | 1dc1b37b337030807d7b35b415373593e3f72dda (patch) | |
tree | 84b5f0ae68c3e1f1450b81af96b25c9a74aaf049 /networking/libiproute | |
parent | 7e46cf748ead14b4060f0825762fb6393cf89a91 (diff) | |
download | busybox-w32-1dc1b37b337030807d7b35b415373593e3f72dda.tar.gz busybox-w32-1dc1b37b337030807d7b35b415373593e3f72dda.tar.bz2 busybox-w32-1dc1b37b337030807d7b35b415373593e3f72dda.zip |
use xbind, xconnect where appropriate.
small edits to arping
Diffstat (limited to 'networking/libiproute')
-rw-r--r-- | networking/libiproute/iplink.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/networking/libiproute/iplink.c b/networking/libiproute/iplink.c index 1ea11f60b..ea57d60ac 100644 --- a/networking/libiproute/iplink.c +++ b/networking/libiproute/iplink.c | |||
@@ -12,10 +12,6 @@ | |||
12 | #include <sys/ioctl.h> | 12 | #include <sys/ioctl.h> |
13 | #include <sys/socket.h> | 13 | #include <sys/socket.h> |
14 | 14 | ||
15 | #include <errno.h> | ||
16 | #include <string.h> | ||
17 | #include <unistd.h> | ||
18 | |||
19 | #include <net/if.h> | 15 | #include <net/if.h> |
20 | #include <net/if_packet.h> | 16 | #include <net/if_packet.h> |
21 | #include <netpacket/packet.h> | 17 | #include <netpacket/packet.h> |