Commit 268da816 authored by Wayne Davison's avatar Wayne Davison

Use uint32, not uint32_t.

parent 2213961e
......@@ -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)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment