summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/libc/net/getaddrinfo.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libc/net/getaddrinfo.c b/src/lib/libc/net/getaddrinfo.c
index ff3131388e..efcbb72a56 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.10 2000/02/09 12:22:09 itojun Exp $ */ 1/* $OpenBSD: getaddrinfo.c,v 1.11 2000/02/15 18:53:08 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.
@@ -710,7 +710,7 @@ explore_numeric_scope(pai, hostname, servname, res)
710 const char *servname; 710 const char *servname;
711 struct addrinfo **res; 711 struct addrinfo **res;
712{ 712{
713#ifndef SCOPE_DELIMITER 713#if !defined(SCOPE_DELIMITER) || !defined(INET6)
714 return explore_numeric(pai, hostname, servname, res); 714 return explore_numeric(pai, hostname, servname, res);
715#else 715#else
716 const struct afd *afd; 716 const struct afd *afd;