Browse Source

I should also test w/ ipv6, missed that, thx SpanKY

Peter S. Mazinger 18 years ago
parent
commit
d95fee520b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      libc/inet/in6_addr.c

+ 1 - 1
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__ */