diff lphobos/std/c/linux/socket.d @ 92:70d6113eeb8c trunk

[svn r96] Updated to DMD 1.023. Regular bugfixes.
author lindquist
date Thu, 08 Nov 2007 19:13:28 +0100
parents 058d3925950e
children
line wrap: on
line diff
--- a/lphobos/std/c/linux/socket.d	Wed Nov 07 04:52:56 2007 +0100
+++ b/lphobos/std/c/linux/socket.d	Thu Nov 08 19:13:28 2007 +0100
@@ -331,7 +331,7 @@
 }
 
 
-const in6_addr IN6ADDR_ANY;
+const in6_addr IN6ADDR_ANY = { s6_addr8: 0 };
 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;