aboutsummaryrefslogtreecommitdiff
path: root/networking/libiproute/rtm_map.h
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2006-12-31 18:57:37 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2006-12-31 18:57:37 +0000
commit98ee06d3d46aa7f89c204681c7075b53300a6a6e (patch)
tree0f5cafbb22cd83fb73e024acba658c7a51582951 /networking/libiproute/rtm_map.h
parent806116b23407bdf95f22646f11f50b1d14e1cfc2 (diff)
downloadbusybox-w32-98ee06d3d46aa7f89c204681c7075b53300a6a6e.tar.gz
busybox-w32-98ee06d3d46aa7f89c204681c7075b53300a6a6e.tar.bz2
busybox-w32-98ee06d3d46aa7f89c204681c7075b53300a6a6e.zip
stop using __u32 etc. uint32_t is there for a reason
Diffstat (limited to 'networking/libiproute/rtm_map.h')
-rw-r--r--networking/libiproute/rtm_map.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/libiproute/rtm_map.h b/networking/libiproute/rtm_map.h
index 1ffb940b9..b9c8c503f 100644
--- a/networking/libiproute/rtm_map.h
+++ b/networking/libiproute/rtm_map.h
@@ -5,7 +5,7 @@
5char *rtnl_rtntype_n2a(int id, char *buf, int len); 5char *rtnl_rtntype_n2a(int id, char *buf, int len);
6int rtnl_rtntype_a2n(int *id, char *arg); 6int rtnl_rtntype_a2n(int *id, char *arg);
7 7
8int get_rt_realms(__u32 *realms, char *arg); 8int get_rt_realms(uint32_t *realms, char *arg);
9 9
10 10
11#endif /* __RTM_MAP_H__ */ 11#endif /* __RTM_MAP_H__ */