--- src/linc-protocols.c	2003-06-20 06:31:13.000000000 -0500
+++ src/linc-protocols.c	2008-10-21 23:11:25.000000000 -0500
@@ -606,12 +606,6 @@
  */
 #ifdef AF_INET6
 
-/* FIXME: is IN6ADDR_ANY_INIT exported on Mac OS X ? */
-/* on Mac OS X 10.1 inaddr6_any isn't exported by libc */
-#ifndef in6addr_any
-	static const struct in6_addr in6addr_any = { { { 0 } } };
-#endif
-
 static gboolean
 linc_protocol_get_sockinfo_ipv6 (const LINCProtocolInfo  *proto,
 				 const struct sockaddr   *saddr,