From 98ee06d3d46aa7f89c204681c7075b53300a6a6e Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Sun, 31 Dec 2006 18:57:37 +0000 Subject: stop using __u32 etc. uint32_t is there for a reason --- networking/libiproute/rtm_map.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'networking/libiproute/rtm_map.h') 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 @@ 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__ */ -- cgit v1.2.3