diff lphobos/std/c/linux/socket.d @ 88:058d3925950e trunk

[svn r92] Fixed support for statically initialized unions. lots of bugfixes as cleanups too.
author lindquist
date Tue, 06 Nov 2007 10:03:14 +0100
parents c53b6e3fe49a
children 70d6113eeb8c
line wrap: on
line diff
--- a/lphobos/std/c/linux/socket.d	Sat Nov 03 14:48:33 2007 +0100
+++ b/lphobos/std/c/linux/socket.d	Tue Nov 06 10:03:14 2007 +0100
@@ -331,7 +331,7 @@
 }
 
 
-const in6_addr IN6ADDR_ANY = { s6_addr8: [0] };
+const in6_addr IN6ADDR_ANY;
 const in6_addr IN6ADDR_LOOPBACK = { s6_addr8: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] };
 //alias IN6ADDR_ANY IN6ADDR_ANY_INIT;
 //alias IN6ADDR_LOOPBACK IN6ADDR_LOOPBACK_INIT;