aboutsummaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2025-10-20 18:31:41 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2025-10-20 18:31:41 +0000
commite1aeb58cbbc3839db93ec38ce491b7b9383d5649 (patch)
treeb9459cb442be4586a59bee3dddadc7441cf35a41 /lib/libc
parenta8e4399fc6a27b4f8ab828231ede75743ba28a58 (diff)
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/tests/net/inet_net_test.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/tests/net/inet_net_test.cc b/lib/libc/tests/net/inet_net_test.cc
index 4ecf5a3de492..c4411373165e 100644
--- a/lib/libc/tests/net/inet_net_test.cc
+++ b/lib/libc/tests/net/inet_net_test.cc
@@ -50,7 +50,7 @@ ATF_TEST_CASE_BODY(inet_net_inet4)
struct test_addr {
std::string input;
- unsigned bits;
+ int bits;
std::string output;
};
@@ -134,7 +134,7 @@ ATF_TEST_CASE_BODY(inet_net_inet6)
struct test_addr {
std::string input;
- unsigned bits;
+ int bits;
std::string output;
};