diff options
| author | Renato Westphal <renato@opensourcerouting.org> | 2016-08-04 10:07:31 -0300 |
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetwroks.com> | 2016-08-07 21:05:26 -0400 |
| commit | 1bb6e9b7fafc20249570727b84fa4101643d9091 (patch) | |
| tree | 1e9e9fc6d9736ea2861e5326dbcaa63629fef21b /zebra/rt_netlink.h | |
| parent | b3f2bf7cbe92b1ee6942f68038f17a3329c61f06 (diff) | |
zebra: replace __u32 with standard uint32_t
Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
Diffstat (limited to 'zebra/rt_netlink.h')
| -rw-r--r-- | zebra/rt_netlink.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zebra/rt_netlink.h b/zebra/rt_netlink.h index 1d9280a295..5ef5cc37a9 100644 --- a/zebra/rt_netlink.h +++ b/zebra/rt_netlink.h @@ -42,7 +42,7 @@ extern const char * nl_rtproto_to_str (u_char rtproto); int -netlink_neigh_update (int cmd, int ifindex, __u32 addr, char *lla, int llalen); +netlink_neigh_update (int cmd, int ifindex, uint32_t addr, char *lla, int llalen); extern int interface_lookup_netlink (struct zebra_ns *zns); extern int netlink_route_read (struct zebra_ns *zns); |
