diff options
Diffstat (limited to 'networking/libiproute/ll_addr.c')
-rw-r--r-- | networking/libiproute/ll_addr.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/networking/libiproute/ll_addr.c b/networking/libiproute/ll_addr.c index 19b31366c..551484cf6 100644 --- a/networking/libiproute/ll_addr.c +++ b/networking/libiproute/ll_addr.c | |||
@@ -9,21 +9,10 @@ | |||
9 | * Authors: Alexey Kuznetsov, <kuznet@ms2.inr.ac.ru> | 9 | * Authors: Alexey Kuznetsov, <kuznet@ms2.inr.ac.ru> |
10 | */ | 10 | */ |
11 | 11 | ||
12 | #include <stdio.h> | ||
13 | #include <stdlib.h> | ||
14 | #include <unistd.h> | ||
15 | #include <syslog.h> | ||
16 | #include <fcntl.h> | ||
17 | #include <sys/ioctl.h> | ||
18 | #include <sys/socket.h> | ||
19 | #include <sys/ioctl.h> | ||
20 | #include <netinet/in.h> | ||
21 | #include <arpa/inet.h> | 12 | #include <arpa/inet.h> |
22 | #include <string.h> | 13 | #include <string.h> |
23 | 14 | ||
24 | #include <linux/netdevice.h> | ||
25 | #include <linux/if_arp.h> | 15 | #include <linux/if_arp.h> |
26 | #include <linux/sockios.h> | ||
27 | 16 | ||
28 | #include "utils.h" | 17 | #include "utils.h" |
29 | #include "libbb.h" | 18 | #include "libbb.h" |