From ac47326a5c217c337ad200c9af83578a02d8ad93 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Thu, 21 Nov 2002 07:03:25 +0000 Subject: Cleanup use of in6addr_loopback and in6addr_any --- libc/inet/getaddrinfo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/inet/getaddrinfo.c') diff --git a/libc/inet/getaddrinfo.c b/libc/inet/getaddrinfo.c index 70bdfbbd1..a2f595a6e 100644 --- a/libc/inet/getaddrinfo.c +++ b/libc/inet/getaddrinfo.c @@ -585,7 +585,7 @@ gaih_inet (const char *name, const struct gaih_service *service, { at->family = AF_INET6; if ((req->ai_flags & AI_PASSIVE) == 0) - memcpy (at->addr, &in6addr_loopback, sizeof (struct in6_addr)); + memcpy (at->addr, &__in6addr_loopback, sizeof (struct in6_addr)); atr = at->next; } #endif -- cgit v1.2.3