Fixed ftp support with uClibc due to differing inet_ntoa_r() behaviour.
[platform/upstream/curl.git] / lib / inet_ntop.c
2005-03-15 Dan FandrichFixed ftp support with uClibc due to differing inet_nto...
2004-10-06 Daniel Stenbergremoved tabs and trailing whitespace from source
2004-06-24 Daniel Stenbergoops 5 bytes makes 4 letters plus zero byte
2004-06-24 Daniel StenbergReplaced all uses of sprintf() with the safer snprintf...
2004-04-27 Daniel Stenbergprovide our own inet_ntoa_r() proto if the system has...
2004-04-26 Daniel StenbergMajor hostip.c cleanup and split into multiple files...