commit | 98ee06d3d46aa7f89c204681c7075b53300a6a6e | [log] [tgz] |
---|---|---|
author | Denis Vlasenko <vda.linux@googlemail.com> | Sun Dec 31 18:57:37 2006 +0000 |
committer | Denis Vlasenko <vda.linux@googlemail.com> | Sun Dec 31 18:57:37 2006 +0000 |
tree | 0f5cafbb22cd83fb73e024acba658c7a51582951 | |
parent | 806116b23407bdf95f22646f11f50b1d14e1cfc2 [diff] [blame] |
stop using __u32 etc. uint32_t is there for a reason
diff --git a/networking/libiproute/rtm_map.h b/networking/libiproute/rtm_map.h index 1ffb940..b9c8c50 100644 --- a/networking/libiproute/rtm_map.h +++ b/networking/libiproute/rtm_map.h
@@ -5,7 +5,7 @@ char *rtnl_rtntype_n2a(int id, char *buf, int len); int rtnl_rtntype_a2n(int *id, char *arg); -int get_rt_realms(__u32 *realms, char *arg); +int get_rt_realms(uint32_t *realms, char *arg); #endif /* __RTM_MAP_H__ */