diff options
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/libc/net/getaddrinfo.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libc/net/getaddrinfo.c b/src/lib/libc/net/getaddrinfo.c index 19967e8432..500afceefa 100644 --- a/src/lib/libc/net/getaddrinfo.c +++ b/src/lib/libc/net/getaddrinfo.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: getaddrinfo.c,v 1.52 2005/03/30 02:58:28 tedu Exp $ */ | 1 | /* $OpenBSD: getaddrinfo.c,v 1.53 2005/07/18 14:38:39 jmc Exp $ */ |
2 | /* $KAME: getaddrinfo.c,v 1.31 2000/08/31 17:36:43 itojun Exp $ */ | 2 | /* $KAME: getaddrinfo.c,v 1.31 2000/08/31 17:36:43 itojun Exp $ */ |
3 | 3 | ||
4 | /* | 4 | /* |
@@ -425,7 +425,7 @@ getaddrinfo(const char *hostname, const char *servname, | |||
425 | 425 | ||
426 | /* | 426 | /* |
427 | * XXX | 427 | * XXX |
428 | * If numreic representation of AF1 can be interpreted as FQDN | 428 | * If numeric representation of AF1 can be interpreted as FQDN |
429 | * representation of AF2, we need to think again about the code below. | 429 | * representation of AF2, we need to think again about the code below. |
430 | */ | 430 | */ |
431 | if (sentinel.ai_next) | 431 | if (sentinel.ai_next) |