From: Donald Sharp Date: Fri, 7 Apr 2017 17:34:01 +0000 (-0400) Subject: bgpd: Switch u_int64_t -> uint64_t X-Git-Tag: reindent-master-before~213^2~12 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=ccddeb994bbae82d55c3734b613368125d843e9f;p=mirror%2Ffrr.git bgpd: Switch u_int64_t -> uint64_t Apparently u_int64_t is not available( or we don't pull the right headers in for solaris based systems). Signed-off-by: Donald Sharp --- diff --git a/bgpd/bgp_attr.h b/bgpd/bgp_attr.h index e0dac354fb..d57e944aa0 100644 --- a/bgpd/bgp_attr.h +++ b/bgpd/bgp_attr.h @@ -163,7 +163,7 @@ struct attr unsigned long refcnt; /* Flag of attribute is set or not. */ - u_int64_t flag; + uint64_t flag; /* Apart from in6_addr, the remaining static attributes */ struct in_addr nexthop;