summaryrefslogtreecommitdiff
path: root/pimd/pim_cmd.c
diff options
context:
space:
mode:
authorRenato Westphal <renatowestphal@gmail.com>2016-08-24 12:11:00 -0300
committerDonald Sharp <sharpd@cumulusnetwroks.com>2016-08-24 11:17:55 -0400
commitf43e655ed8d2fae1bf76aa32485cadf4de23be42 (patch)
treec00f264ea0ccdf16b42fe8cce5bae18f917160d3 /pimd/pim_cmd.c
parent9c2f85d9cc22c686188accf6fac6eb1ffe353371 (diff)
bgpd: fix build on Solaris
* Solaris doesn't have u_int64_t, so use uint64_t instead. C99-style fixed-width integers should always be preferred to improve portability; * 's_addr' is a macro on Solaris, so we can't use it as a variable name. Rename the 's_addr' variable to 'addr' in the bgp_peer_conf_if_to_su_update_v4() function. Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
Diffstat (limited to 'pimd/pim_cmd.c')
0 files changed, 0 insertions, 0 deletions