summaryrefslogtreecommitdiff
path: root/ares_private.h
diff options
context:
space:
mode:
authorGuenter Knauf <lists@gknw.net>2010-07-29 23:27:46 +0200
committerGuenter Knauf <lists@gknw.net>2010-07-29 23:27:46 +0200
commit28ff9336d5c8993e197502d68c45c5b7f4fe83d6 (patch)
treeb4bee494b8d160c370abab90f46ac9c1a11538e3 /ares_private.h
parente3b04e5a4796215d2483aba3cb75c72ba337ac14 (diff)
downloadc-ares-28ff9336d5c8993e197502d68c45c5b7f4fe83d6.tar.gz
c-ares-28ff9336d5c8993e197502d68c45c5b7f4fe83d6.tar.bz2
c-ares-28ff9336d5c8993e197502d68c45c5b7f4fe83d6.zip
Replaced uint32_t with unsigned int to fix broken builds on a couple of platforms.
Diffstat (limited to 'ares_private.h')
-rw-r--r--ares_private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ares_private.h b/ares_private.h
index 6f86a3a..bf21abd 100644
--- a/ares_private.h
+++ b/ares_private.h
@@ -261,7 +261,7 @@ struct ares_channeldata {
* them null/zero for no binding.
*/
char local_dev_name[32];
- uint32_t local_ip4;
+ unsigned int local_ip4;
unsigned char local_ip6[16];
int optmask; /* the option bitfield passed in at init time */