From d95fee520b686b6dd3e3560e60cf26fd0fda6b61 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Sat, 14 Jan 2006 20:19:51 +0000 Subject: I should also test w/ ipv6, missed that, thx SpanKY --- libc/inet/in6_addr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/inet/in6_addr.c') diff --git a/libc/inet/in6_addr.c b/libc/inet/in6_addr.c index 9e9edf41b..a5303da43 100644 --- a/libc/inet/in6_addr.c +++ b/libc/inet/in6_addr.c @@ -26,9 +26,9 @@ const struct in6_addr in6addr_any = { { { 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 } } }; //libc_hidden_proto(in6addr_any) //libc_hidden_def(in6addr_any) +libc_hidden_proto(in6addr_loopback) const struct in6_addr in6addr_loopback = { { { 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1 } } }; -libc_hidden_proto(in6addr_loopback) libc_hidden_def(in6addr_loopback) #endif /* __UCLIBC_HAS_IPV6__ */ -- cgit v1.2.3