Date: Sat, 29 Jul 2006 04:22:32 +0000 (UTC) From: Hajimu UMEMOTO <ume@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/net getaddrinfo.c Message-ID: <200607290422.k6T4MWbW036711@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
ume 2006-07-29 04:22:32 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_6)
lib/libc/net getaddrinfo.c
Log:
MFC 1.81-1.83:
- clean-up: rewrote explore_null and explore_numeric without using sentinel.
we do not need it since we make (at most) a single addrinfo entry in these
cases.
- RFC3493 requires use of inet_aton for AF_INET.
- simplification in explore_numeric: unified the post-process with
GET_AI and GET_PORT. Commented on an impossible case.
Revision Changes Path
1.69.2.8 +43 -64 src/lib/libc/net/getaddrinfo.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200607290422.k6T4MWbW036711>
