cvs commit: src/include netdb.h src/lib/libc/net getaddrinfo.c
Alexey Zelkin
phantom at FreeBSD.org
Mon Feb 14 11:33:12 GMT 2005
phantom 2005-02-14 11:33:12 UTC
FreeBSD src repository
Modified files:
include netdb.h
lib/libc/net getaddrinfo.c
Log:
. Convert return type of gai_strerror() to 'const char *' as POSIX requires.
. Convert ai_errlist[] to simple 'char *' array, and appropriately
optimize gai_strerror()
Revision Changes Path
1.34 +1 -1 src/include/netdb.h
1.58 +22 -30 src/lib/libc/net/getaddrinfo.c
More information about the cvs-src
mailing list