diff options
Diffstat (limited to 'src/lib/libc/net/getaddrinfo.c')
| -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 378206e6ee..cebcc45c7b 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.12 2000/02/16 12:53:35 itojun Exp $ */ | 1 | /* $OpenBSD: getaddrinfo.c,v 1.13 2000/02/17 17:09:40 itojun Exp $ */ | 
| 2 | 2 | ||
| 3 | /* | 3 | /* | 
| 4 | * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. | 4 | * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. | 
| @@ -752,7 +752,7 @@ explore_numeric_scope(pai, hostname, servname, res) | |||
| 752 | if (cp == NULL) | 752 | if (cp == NULL) | 
| 753 | return explore_numeric(pai, hostname, servname, res); | 753 | return explore_numeric(pai, hostname, servname, res); | 
| 754 | 754 | ||
| 755 | #if 1 | 755 | #if 0 | 
| 756 | /* | 756 | /* | 
| 757 | * Handle special case of <scope id><delimiter><scoped_address> | 757 | * Handle special case of <scope id><delimiter><scoped_address> | 
| 758 | */ | 758 | */ | 
