diff --git a/tests/sys/netinet/so_reuseport_lb_test.c b/tests/sys/netinet/so_reuseport_lb_test.c index e80e54463c57..f3fc36f8e048 100644 --- a/tests/sys/netinet/so_reuseport_lb_test.c +++ b/tests/sys/netinet/so_reuseport_lb_test.c @@ -108,7 +108,7 @@ lb_simple_accept_loop(int domain, const struct sockaddr *addr, int sds[], static int lb_listen_socket(int domain, int flags) { - size_t one; + int one; int error, sd; sd = socket(domain, SOCK_STREAM | flags, 0);