]> git.puffer.fish Git - mirror/frr.git/commitdiff
zebra: use uint32_t instead of __u32
authorMark Stapp <mjs.ietf@gmail.com>
Tue, 6 Jul 2021 15:15:14 +0000 (11:15 -0400)
committerMark Stapp <mjs.ietf@gmail.com>
Tue, 14 Sep 2021 14:31:45 +0000 (10:31 -0400)
Use more consistent int type.

Signed-off-by: Mark Stapp <mjs.ietf@gmail.com>
zebra/kernel_netlink.c

index b4bf18f256baa2c55d563b13dc458f536625b7e3..e645ae0ffdfe2910979ee07c411d43d5dea1ccb7 100644 (file)
@@ -408,7 +408,7 @@ static int kernel_read(struct thread *thread)
  * so that we only had to write one way to handle incoming
  * address add/delete changes.
  */
-static void netlink_install_filter(int sock, __u32 pid, __u32 dplane_pid)
+static void netlink_install_filter(int sock, uint32_t pid, uint32_t dplane_pid)
 {
        /*
         * BPF_JUMP instructions and where you jump to are based upon