Loading ares/CHANGES +3 −0 Original line number Diff line number Diff line Changelog for the c-ares project * March 11 2009 (Yang Tse) - Japheth Cleaver fixed acountry.c replacing u_long with unsigned long. * February 20 2009 (Yang Tse) - Do not halt compilation when using VS2008 to build a Windows 2000 target. Loading ares/RELEASE-NOTES +1 −1 Original line number Diff line number Diff line Loading @@ -14,6 +14,6 @@ Fixed: Thanks go to these friendly people for their efforts and contributions: Phil Blundell Phil Blundell, Japheth Cleaver Have fun! ares/acountry.c +1 −1 Original line number Diff line number Diff line Loading @@ -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]); Loading Loading
ares/CHANGES +3 −0 Original line number Diff line number Diff line Changelog for the c-ares project * March 11 2009 (Yang Tse) - Japheth Cleaver fixed acountry.c replacing u_long with unsigned long. * February 20 2009 (Yang Tse) - Do not halt compilation when using VS2008 to build a Windows 2000 target. Loading
ares/RELEASE-NOTES +1 −1 Original line number Diff line number Diff line Loading @@ -14,6 +14,6 @@ Fixed: Thanks go to these friendly people for their efforts and contributions: Phil Blundell Phil Blundell, Japheth Cleaver Have fun!
ares/acountry.c +1 −1 Original line number Diff line number Diff line Loading @@ -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]); Loading