Use uint32, not uint32_t.
[rsync/rsync.git] / lib / getaddrinfo.c
index 3e81557..a919ff6 100644 (file)
@@ -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)
 {