aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/net/getaddrinfo.c
diff options
context:
space:
mode:
authorHajimu UMEMOTO <ume@FreeBSD.org>2006-07-22 14:36:56 +0000
committerHajimu UMEMOTO <ume@FreeBSD.org>2006-07-22 14:36:56 +0000
commit816dc28540cbfb9bd93036932193e8bbb2242ef6 (patch)
tree8d20e8e2bddd58d526987874ad3efb208227bc42 /lib/libc/net/getaddrinfo.c
parent0b47627195e07c71d124326bef451d60a72d5584 (diff)
downloadsrc-816dc28540cbfb9bd93036932193e8bbb2242ef6.tar.gz
src-816dc28540cbfb9bd93036932193e8bbb2242ef6.zip
remove obsolete comments.
MFC after: 3 days
Notes
Notes: svn path=/head/; revision=160577
Diffstat (limited to 'lib/libc/net/getaddrinfo.c')
-rw-r--r--lib/libc/net/getaddrinfo.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/libc/net/getaddrinfo.c b/lib/libc/net/getaddrinfo.c
index e673efa363a3..c7bdfa3b70cf 100644
--- a/lib/libc/net/getaddrinfo.c
+++ b/lib/libc/net/getaddrinfo.c
@@ -33,7 +33,6 @@
* "#ifdef FAITH" part is local hack for supporting IPv4-v6 translator.
*
* Issues to be discussed:
- * - Thread safe-ness must be checked.
* - Return values. There are nonstandard return values defined and used
* in the source code. This is because RFC2553 is silent about which error
* code must be returned for which situation.
@@ -50,13 +49,6 @@
* against NULL hostname (3) what is AI_ADDRCONFIG itself. AF not ready?
* non-loopback address configured? global address configured?
*
- * OS specific notes for netbsd/openbsd/freebsd4/bsdi4:
- * - To avoid search order issue, we have a big amount of code duplicate
- * from gethnamaddr.c and some other places. The issues that there's no
- * lower layer function to lookup "IPv4 or IPv6" record. Calling
- * gethostbyname2 from getaddrinfo will end up in wrong search order, as
- * presented above.
- *
* OS specific notes for freebsd4:
* - FreeBSD supported $GAI. The code does not.
*/