diff options
author | Yang Tse <yangsita@gmail.com> | 2009-03-11 05:09:03 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2009-03-11 05:09:03 +0000 |
commit | 0922a0fc3f93c461f39607929477a89ef5f5f2ce (patch) | |
tree | d4a748956ff06bc4ce04c19aba6ad260e99c69d2 /ares/CHANGES | |
parent | dd53b356ff2e359b73d881f5a065b363e7088fd5 (diff) |
s/u_long/unsigned long/
Diffstat (limited to 'ares/CHANGES')
-rw-r--r-- | ares/CHANGES | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ares/CHANGES b/ares/CHANGES index 3a4a99ccf..90ee71113 100644 --- a/ares/CHANGES +++ b/ares/CHANGES @@ -1,5 +1,8 @@ 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. |