]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: Switch u_int64_t -> uint64_t
authorDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 7 Apr 2017 17:34:01 +0000 (13:34 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 7 Apr 2017 17:34:01 +0000 (13:34 -0400)
commitccddeb994bbae82d55c3734b613368125d843e9f
tree867f1d2874e1c71270402ad21675e42f3aea74b0
parent95f40dbe21f163d6a906bb4ac027ef44936ba89f
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 <sharpd@cumulusnetworks.com>
bgpd/bgp_attr.h