From: Ben Greear Date: Fri, 30 Jul 2010 17:09:57 +0000 (-0700) Subject: remove all uses of uint32_t X-Git-Tag: upstream/1.10.0~288 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f575aea364677a3c318e76972e67963ef873c813;p=platform%2Fupstream%2Fc-ares.git remove all uses of uint32_t Previous fix forgot a few. Signed-off-by: Ben Greear --- diff --git a/ares_init.c b/ares_init.c index 718d552..b2d8ed1 100644 --- a/ares_init.c +++ b/ares_init.c @@ -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; } diff --git a/ares_set_local_ip4.3 b/ares_set_local_ip4.3 index b7955b7..217d67b 100644 --- a/ares_set_local_ip4.3 +++ b/ares_set_local_ip4.3 @@ -20,7 +20,7 @@ ares_set_local_ip4 \- Set local IPv4 address outgoing requests. .nf .B #include .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