remove all uses of uint32_t
authorBen Greear <greearb@candelatech.com>
Fri, 30 Jul 2010 17:09:57 +0000 (10:09 -0700)
committerBen Greear <greearb@candelatech.com>
Fri, 30 Jul 2010 17:09:57 +0000 (10:09 -0700)
Previous fix forgot a few.

Signed-off-by: Ben Greear <greearb@candelatech.com>
ares_init.c
ares_set_local_ip4.3

index 718d552..b2d8ed1 100644 (file)
@@ -1612,7 +1612,7 @@ unsigned short ares__generate_new_id(rc4_key* key)
   return r;
 }
 
-void ares_set_local_ip4(ares_channel channel, uint32_t local_ip)
+void ares_set_local_ip4(ares_channel channel, unsigned int local_ip)
 {
   channel->local_ip4 = local_ip;
 }
index b7955b7..217d67b 100644 (file)
@@ -20,7 +20,7 @@ ares_set_local_ip4 \- Set local IPv4 address outgoing requests.
 .nf
 .B #include <ares.h>
 .PP
-.B void ares_set_local_ip4(ares_channel \fIchannel\fP, uint32_t \fIlocal_ip\fP)
+.B void ares_set_local_ip4(ares_channel \fIchannel\fP, unsigned int \fIlocal_ip\fP)
 .fi
 .SH DESCRIPTION
 The \fBares_set_local_ip4\fP function sets the IP address for outbound