diff options
Diffstat (limited to 'networking/libiproute')
-rw-r--r-- | networking/libiproute/ip_parse_common_args.c | 1 | ||||
-rw-r--r-- | networking/libiproute/ipaddress.c | 1 | ||||
-rw-r--r-- | networking/libiproute/iproute.c | 1 | ||||
-rw-r--r-- | networking/libiproute/iprule.c | 1 | ||||
-rw-r--r-- | networking/libiproute/iptunnel.c | 1 | ||||
-rw-r--r-- | networking/libiproute/ll_addr.c | 2 | ||||
-rw-r--r-- | networking/libiproute/rtm_map.c | 2 | ||||
-rw-r--r-- | networking/libiproute/utils.c | 1 |
8 files changed, 0 insertions, 10 deletions
diff --git a/networking/libiproute/ip_parse_common_args.c b/networking/libiproute/ip_parse_common_args.c index 1a298f7..d693c54 100644 --- a/networking/libiproute/ip_parse_common_args.c +++ b/networking/libiproute/ip_parse_common_args.c @@ -11,7 +11,6 @@ * * Rani Assaf <rani@magic.metawire.com> 980929: resolve addresses */ - #include "ip_common.h" /* #include "libbb.h" is inside */ #include "utils.h" diff --git a/networking/libiproute/ipaddress.c b/networking/libiproute/ipaddress.c index 36d6b65..921ecf0 100644 --- a/networking/libiproute/ipaddress.c +++ b/networking/libiproute/ipaddress.c @@ -7,7 +7,6 @@ * Changes: * Laszlo Valko <valko@linux.karinthy.hu> 990223: address label must be zero terminated */ - #include <fnmatch.h> #include <net/if.h> #include <net/if_arp.h> diff --git a/networking/libiproute/iproute.c b/networking/libiproute/iproute.c index 6a41b83..e8b26cb 100644 --- a/networking/libiproute/iproute.c +++ b/networking/libiproute/iproute.c @@ -9,7 +9,6 @@ * Rani Assaf <rani@magic.metawire.com> 980929: resolve addresses * Kunihiro Ishiguro <kunihiro@zebra.org> 001102: rtnh_ifindex was not initialized */ - #include "ip_common.h" /* #include "libbb.h" is inside */ #include "common_bufsiz.h" #include "rt_names.h" diff --git a/networking/libiproute/iprule.c b/networking/libiproute/iprule.c index 1bb5e75..9938b47 100644 --- a/networking/libiproute/iprule.c +++ b/networking/libiproute/iprule.c @@ -12,7 +12,6 @@ * Rani Assaf <rani@magic.metawire.com> 980929: resolve addresses * initially integrated into busybox by Bernhard Reutner-Fischer */ - #include <netinet/in.h> #include <netinet/ip.h> #include <arpa/inet.h> diff --git a/networking/libiproute/iptunnel.c b/networking/libiproute/iptunnel.c index eb136e4..4002feb 100644 --- a/networking/libiproute/iptunnel.c +++ b/networking/libiproute/iptunnel.c @@ -10,7 +10,6 @@ * Rani Assaf <rani@magic.metawire.com> 980930: do not allow key for ipip/sit * Phil Karn <karn@ka9q.ampr.org> 990408: "pmtudisc" flag */ - #include <netinet/ip.h> #include <net/if.h> #include <net/if_arp.h> diff --git a/networking/libiproute/ll_addr.c b/networking/libiproute/ll_addr.c index 33a54ea..afdd81f 100644 --- a/networking/libiproute/ll_addr.c +++ b/networking/libiproute/ll_addr.c @@ -7,14 +7,12 @@ * * Authors: Alexey Kuznetsov, <kuznet@ms2.inr.ac.ru> */ - #include <net/if_arp.h> #include "libbb.h" #include "rt_names.h" #include "utils.h" - const char* FAST_FUNC ll_addr_n2a(unsigned char *addr, int alen, int type, char *buf, int blen) { int i; diff --git a/networking/libiproute/rtm_map.c b/networking/libiproute/rtm_map.c index c763da0..e94c99a 100644 --- a/networking/libiproute/rtm_map.c +++ b/networking/libiproute/rtm_map.c @@ -7,7 +7,6 @@ * * Authors: Alexey Kuznetsov, <kuznet@ms2.inr.ac.ru> */ - #include "libbb.h" #include "rt_names.h" #include "utils.h" @@ -44,7 +43,6 @@ const char* FAST_FUNC rtnl_rtntype_n2a(int id) } } - int FAST_FUNC rtnl_rtntype_a2n(int *id, char *arg) { static const char keywords[] ALIGN1 = diff --git a/networking/libiproute/utils.c b/networking/libiproute/utils.c index fca167a..bf053a5 100644 --- a/networking/libiproute/utils.c +++ b/networking/libiproute/utils.c @@ -8,7 +8,6 @@ * * Rani Assaf <rani@magic.metawire.com> 980929: resolve addresses */ - #include "libbb.h" #include "utils.h" #include "inet_common.h" |