diff options
Diffstat (limited to 'networking/libiproute/rt_names.c')
-rw-r--r-- | networking/libiproute/rt_names.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/networking/libiproute/rt_names.c b/networking/libiproute/rt_names.c index 2a7d85cdb..d503645b0 100644 --- a/networking/libiproute/rt_names.c +++ b/networking/libiproute/rt_names.c | |||
@@ -8,14 +8,10 @@ | |||
8 | * | 8 | * |
9 | * Authors: Alexey Kuznetsov, <kuznet@ms2.inr.ac.ru> | 9 | * Authors: Alexey Kuznetsov, <kuznet@ms2.inr.ac.ru> |
10 | */ | 10 | */ |
11 | |||
12 | #include <stdio.h> | 11 | #include <stdio.h> |
13 | #include <stdlib.h> | 12 | #include <stdlib.h> |
14 | #include <unistd.h> | ||
15 | #include <syslog.h> | ||
16 | #include <fcntl.h> | ||
17 | #include <string.h> | 13 | #include <string.h> |
18 | #include <sys/time.h> | 14 | |
19 | #include <stdint.h> | 15 | #include <stdint.h> |
20 | 16 | ||
21 | static void rtnl_tab_initialize(char *file, char **tab, int size) | 17 | static void rtnl_tab_initialize(char *file, char **tab, int size) |