]> git.puffer.fish Git - matthieu/frr.git/commitdiff
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)
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

index e0dac354fb2591e6a7cd76049e6e1d8e3ea34813..d57e944aa09ab9c4e262402ec911e33a94170d6e 100644 (file)
@@ -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;