aboutsummaryrefslogtreecommitdiff
path: root/ares/acountry.c
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2009-03-11 05:09:03 +0000
committerYang Tse <yangsita@gmail.com>2009-03-11 05:09:03 +0000
commit0922a0fc3f93c461f39607929477a89ef5f5f2ce (patch)
treed4a748956ff06bc4ce04c19aba6ad260e99c69d2 /ares/acountry.c
parentdd53b356ff2e359b73d881f5a065b363e7088fd5 (diff)
s/u_long/unsigned long/
Diffstat (limited to 'ares/acountry.c')
-rw-r--r--ares/acountry.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ares/acountry.c b/ares/acountry.c
index 9b3533410..cac9ae5b0 100644
--- a/ares/acountry.c
+++ b/ares/acountry.c
@@ -547,7 +547,7 @@ static void find_country_from_cname(const char *cname, struct in_addr addr)
const struct search_list *country;
char ccode_A2[3], *ccopy, *dot_4;
int cnumber, z0, z1, ver_1, ver_2;
- u_long ip;
+ unsigned long ip;
ip = ntohl(addr.s_addr);
z0 = tolower(cname[0]);