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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/networking/libiproute/rtm_map.c b/networking/libiproute/rtm_map.c
index 8aaee4bd7..7eb4c7122 100644
--- a/networking/libiproute/rtm_map.c
+++ b/networking/libiproute/rtm_map.c
@@ -88,9 +88,9 @@ int rtnl_rtntype_a2n(int *id, char *arg)
88 return 0; 88 return 0;
89} 89}
90 90
91int get_rt_realms(__u32 *realms, char *arg) 91int get_rt_realms(uint32_t *realms, char *arg)
92{ 92{
93 __u32 realm = 0; 93 uint32_t realm = 0;
94 char *p = strchr(arg, '/'); 94 char *p = strchr(arg, '/');
95 95
96 *realms = 0; 96 *realms = 0;