diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2017-10-05 15:19:25 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2017-10-05 15:19:25 +0200 |
commit | a02a4e98306194dc12bca46d099647bcce602bb9 (patch) | |
tree | 7bc5ff1de66d28dd4124306218a84d097ef36009 /networking/libiproute | |
parent | 416899fca6c8b7a09ec301e1a961459bb3b6c139 (diff) | |
download | busybox-w32-a02a4e98306194dc12bca46d099647bcce602bb9.tar.gz busybox-w32-a02a4e98306194dc12bca46d099647bcce602bb9.tar.bz2 busybox-w32-a02a4e98306194dc12bca46d099647bcce602bb9.zip |
whitespace and comment format fixes, no code changes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
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 1a298f738..d693c54fa 100644 --- a/networking/libiproute/ip_parse_common_args.c +++ b/networking/libiproute/ip_parse_common_args.c | |||
@@ -11,7 +11,6 @@ | |||
11 | * | 11 | * |
12 | * Rani Assaf <rani@magic.metawire.com> 980929: resolve addresses | 12 | * Rani Assaf <rani@magic.metawire.com> 980929: resolve addresses |
13 | */ | 13 | */ |
14 | |||
15 | #include "ip_common.h" /* #include "libbb.h" is inside */ | 14 | #include "ip_common.h" /* #include "libbb.h" is inside */ |
16 | #include "utils.h" | 15 | #include "utils.h" |
17 | 16 | ||
diff --git a/networking/libiproute/ipaddress.c b/networking/libiproute/ipaddress.c index 36d6b65c6..921ecf0d9 100644 --- a/networking/libiproute/ipaddress.c +++ b/networking/libiproute/ipaddress.c | |||
@@ -7,7 +7,6 @@ | |||
7 | * Changes: | 7 | * Changes: |
8 | * Laszlo Valko <valko@linux.karinthy.hu> 990223: address label must be zero terminated | 8 | * Laszlo Valko <valko@linux.karinthy.hu> 990223: address label must be zero terminated |
9 | */ | 9 | */ |
10 | |||
11 | #include <fnmatch.h> | 10 | #include <fnmatch.h> |
12 | #include <net/if.h> | 11 | #include <net/if.h> |
13 | #include <net/if_arp.h> | 12 | #include <net/if_arp.h> |
diff --git a/networking/libiproute/iproute.c b/networking/libiproute/iproute.c index 6a41b8331..e8b26cb2f 100644 --- a/networking/libiproute/iproute.c +++ b/networking/libiproute/iproute.c | |||
@@ -9,7 +9,6 @@ | |||
9 | * Rani Assaf <rani@magic.metawire.com> 980929: resolve addresses | 9 | * Rani Assaf <rani@magic.metawire.com> 980929: resolve addresses |
10 | * Kunihiro Ishiguro <kunihiro@zebra.org> 001102: rtnh_ifindex was not initialized | 10 | * Kunihiro Ishiguro <kunihiro@zebra.org> 001102: rtnh_ifindex was not initialized |
11 | */ | 11 | */ |
12 | |||
13 | #include "ip_common.h" /* #include "libbb.h" is inside */ | 12 | #include "ip_common.h" /* #include "libbb.h" is inside */ |
14 | #include "common_bufsiz.h" | 13 | #include "common_bufsiz.h" |
15 | #include "rt_names.h" | 14 | #include "rt_names.h" |
diff --git a/networking/libiproute/iprule.c b/networking/libiproute/iprule.c index 1bb5e759e..9938b4793 100644 --- a/networking/libiproute/iprule.c +++ b/networking/libiproute/iprule.c | |||
@@ -12,7 +12,6 @@ | |||
12 | * Rani Assaf <rani@magic.metawire.com> 980929: resolve addresses | 12 | * Rani Assaf <rani@magic.metawire.com> 980929: resolve addresses |
13 | * initially integrated into busybox by Bernhard Reutner-Fischer | 13 | * initially integrated into busybox by Bernhard Reutner-Fischer |
14 | */ | 14 | */ |
15 | |||
16 | #include <netinet/in.h> | 15 | #include <netinet/in.h> |
17 | #include <netinet/ip.h> | 16 | #include <netinet/ip.h> |
18 | #include <arpa/inet.h> | 17 | #include <arpa/inet.h> |
diff --git a/networking/libiproute/iptunnel.c b/networking/libiproute/iptunnel.c index eb136e435..4002feb78 100644 --- a/networking/libiproute/iptunnel.c +++ b/networking/libiproute/iptunnel.c | |||
@@ -10,7 +10,6 @@ | |||
10 | * Rani Assaf <rani@magic.metawire.com> 980930: do not allow key for ipip/sit | 10 | * Rani Assaf <rani@magic.metawire.com> 980930: do not allow key for ipip/sit |
11 | * Phil Karn <karn@ka9q.ampr.org> 990408: "pmtudisc" flag | 11 | * Phil Karn <karn@ka9q.ampr.org> 990408: "pmtudisc" flag |
12 | */ | 12 | */ |
13 | |||
14 | #include <netinet/ip.h> | 13 | #include <netinet/ip.h> |
15 | #include <net/if.h> | 14 | #include <net/if.h> |
16 | #include <net/if_arp.h> | 15 | #include <net/if_arp.h> |
diff --git a/networking/libiproute/ll_addr.c b/networking/libiproute/ll_addr.c index 33a54ea6c..afdd81ffb 100644 --- a/networking/libiproute/ll_addr.c +++ b/networking/libiproute/ll_addr.c | |||
@@ -7,14 +7,12 @@ | |||
7 | * | 7 | * |
8 | * Authors: Alexey Kuznetsov, <kuznet@ms2.inr.ac.ru> | 8 | * Authors: Alexey Kuznetsov, <kuznet@ms2.inr.ac.ru> |
9 | */ | 9 | */ |
10 | |||
11 | #include <net/if_arp.h> | 10 | #include <net/if_arp.h> |
12 | 11 | ||
13 | #include "libbb.h" | 12 | #include "libbb.h" |
14 | #include "rt_names.h" | 13 | #include "rt_names.h" |
15 | #include "utils.h" | 14 | #include "utils.h" |
16 | 15 | ||
17 | |||
18 | const char* FAST_FUNC ll_addr_n2a(unsigned char *addr, int alen, int type, char *buf, int blen) | 16 | const char* FAST_FUNC ll_addr_n2a(unsigned char *addr, int alen, int type, char *buf, int blen) |
19 | { | 17 | { |
20 | int i; | 18 | int i; |
diff --git a/networking/libiproute/rtm_map.c b/networking/libiproute/rtm_map.c index c763da049..e94c99ab6 100644 --- a/networking/libiproute/rtm_map.c +++ b/networking/libiproute/rtm_map.c | |||
@@ -7,7 +7,6 @@ | |||
7 | * | 7 | * |
8 | * Authors: Alexey Kuznetsov, <kuznet@ms2.inr.ac.ru> | 8 | * Authors: Alexey Kuznetsov, <kuznet@ms2.inr.ac.ru> |
9 | */ | 9 | */ |
10 | |||
11 | #include "libbb.h" | 10 | #include "libbb.h" |
12 | #include "rt_names.h" | 11 | #include "rt_names.h" |
13 | #include "utils.h" | 12 | #include "utils.h" |
@@ -44,7 +43,6 @@ const char* FAST_FUNC rtnl_rtntype_n2a(int id) | |||
44 | } | 43 | } |
45 | } | 44 | } |
46 | 45 | ||
47 | |||
48 | int FAST_FUNC rtnl_rtntype_a2n(int *id, char *arg) | 46 | int FAST_FUNC rtnl_rtntype_a2n(int *id, char *arg) |
49 | { | 47 | { |
50 | static const char keywords[] ALIGN1 = | 48 | static const char keywords[] ALIGN1 = |
diff --git a/networking/libiproute/utils.c b/networking/libiproute/utils.c index fca167ac6..bf053a54b 100644 --- a/networking/libiproute/utils.c +++ b/networking/libiproute/utils.c | |||
@@ -8,7 +8,6 @@ | |||
8 | * | 8 | * |
9 | * Rani Assaf <rani@magic.metawire.com> 980929: resolve addresses | 9 | * Rani Assaf <rani@magic.metawire.com> 980929: resolve addresses |
10 | */ | 10 | */ |
11 | |||
12 | #include "libbb.h" | 11 | #include "libbb.h" |
13 | #include "utils.h" | 12 | #include "utils.h" |
14 | #include "inet_common.h" | 13 | #include "inet_common.h" |