summaryrefslogtreecommitdiff
path: root/lib/libc/net/freeaddrinfo.c
AgeCommit message (Expand)Author
2016-09-21Delete casts to off_t and size_t that are implied by assignmentsPhilip Guenther
2015-12-28Remove NULL-checks before free() and a few related dead assignments.mmcc
2015-09-14Finish wrapping <netdb.h> so that calls go direct and the symbols are all weakPhilip Guenther
2005-03-25ansify. ok deraadt@ moritz@Otto Moerbeek
2004-10-01add some missing $, ok djm@ 'That looks fine to me' millert@Jonathan Gray
2000-01-28don't permit freeaddrinfo(NULL). now the behavior is consistentJun-ichiro itojun Hagino
2000-01-27avoid memory leakage on freeaddrinfo().Jun-ichiro itojun Hagino
1999-06-23KNFTheo de Raadt
1999-06-23Added some protocol independent interfaces (supposedly IPv6 support APIs, butcmetz