aboutsummaryrefslogtreecommitdiff
path: root/networking/libiproute/rtm_map.c
diff options
context:
space:
mode:
Diffstat (limited to 'networking/libiproute/rtm_map.c')
-rw-r--r--networking/libiproute/rtm_map.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/networking/libiproute/rtm_map.c b/networking/libiproute/rtm_map.c
index 7eb4c7122..c16406b8b 100644
--- a/networking/libiproute/rtm_map.c
+++ b/networking/libiproute/rtm_map.c
@@ -13,11 +13,10 @@
13 13
14#include <stdlib.h> 14#include <stdlib.h>
15#include <string.h> 15#include <string.h>
16
17#include "rt_names.h" 16#include "rt_names.h"
18#include "utils.h" 17#include "utils.h"
19 18
20char *rtnl_rtntype_n2a(int id, char *buf, int len) 19const char *rtnl_rtntype_n2a(int id, char *buf, int len)
21{ 20{
22 switch (id) { 21 switch (id) {
23 case RTN_UNSPEC: 22 case RTN_UNSPEC: