Use uint32, not uint32_t.
authorWayne Davison <wayned@samba.org>
Thu, 8 Nov 2007 01:31:58 +0000 (01:31 +0000)
committerWayne Davison <wayned@samba.org>
Thu, 8 Nov 2007 01:31:58 +0000 (01:31 +0000)
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)
 {