From 268da8167a4d25130f2f9c6cc49c8c31362df5e9 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Thu, 8 Nov 2007 01:31:58 +0000 Subject: [PATCH] Use uint32, not uint32_t. --- lib/getaddrinfo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/getaddrinfo.c b/lib/getaddrinfo.c index 3e815577..a919ff63 100644 --- a/lib/getaddrinfo.c +++ b/lib/getaddrinfo.c @@ -153,7 +153,7 @@ static struct addrinfo *alloc_entry(const struct addrinfo *hints, */ static int getaddr_info_single_addr(const char *service, - uint32_t addr, + uint32 addr, const struct addrinfo *hints, struct addrinfo **res) { -- 2.34.1