diff options
Diffstat (limited to 'networking/libiproute/rtm_map.c')
-rw-r--r-- | networking/libiproute/rtm_map.c | 2 |
1 files changed, 0 insertions, 2 deletions
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 = |