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/iplink.c | |
parent | 7e46cf748ead14b4060f0825762fb6393cf89a91 (diff) |
use xbind, xconnect where appropriate.
small edits to arping
Diffstat (limited to 'networking/libiproute/iplink.c')
-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 @@ #include <sys/ioctl.h> #include <sys/socket.h> -#include <errno.h> -#include <string.h> -#include <unistd.h> - #include <net/if.h> #include <net/if_packet.h> #include <netpacket/packet.h> |