]> git.proxmox.com Git - mirror_frr.git/blobdiff - zebra/main.c
*: use C99 standard fixed-width integer types
[mirror_frr.git] / zebra / main.c
index b0a19c5aa559791e5004e39201e83af56c52d33c..c8d7f83fb75023a3bdec34bffb1233ae6d29a157 100644 (file)
@@ -75,7 +75,7 @@ int keep_kernel_mode = 0;
 
 #ifdef HAVE_NETLINK
 /* Receive buffer size for netlink socket */
-u_int32_t nl_rcvbufsize = 4194304;
+uint32_t nl_rcvbufsize = 4194304;
 #endif /* HAVE_NETLINK */
 
 /* Command line options. */