summaryrefslogtreecommitdiffstats
path: root/lib/libc/net/getaddrinfo.c
diff options
context:
space:
mode:
authorume <ume@FreeBSD.org>2006-07-22 14:36:56 +0000
committerume <ume@FreeBSD.org>2006-07-22 14:36:56 +0000
commit7169bc1ce5c9f644355c0c1da6f04a2cfdff6d26 (patch)
tree8d20e8e2bddd58d526987874ad3efb208227bc42 /lib/libc/net/getaddrinfo.c
parent977a067cb165d259ab954273b0d813f8d1870bbb (diff)
downloadFreeBSD-src-7169bc1ce5c9f644355c0c1da6f04a2cfdff6d26.zip
FreeBSD-src-7169bc1ce5c9f644355c0c1da6f04a2cfdff6d26.tar.gz
remove obsolete comments.
MFC after: 3 days
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 e673efa..c7bdfa3 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.
*/
OpenPOWER on IntegriCloud