From: Edin Kadribasic Date: Fri, 12 Oct 2007 08:07:13 +0000 (+0000) Subject: Fix build X-Git-Tag: RELEASE_1_3_1~853 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=be87d68c0e7c0cd8de3e3fbd9ba27019e5eb7703;p=php Fix build --- diff --git a/main/network.c b/main/network.c index 927bfad20e..2dccd30a03 100644 --- a/main/network.c +++ b/main/network.c @@ -91,7 +91,7 @@ int inet_aton(const char *, struct in_addr *); # define SOCK_CONN_ERR SOCKET_ERROR # define PHP_TIMEOUT_ERROR_VALUE WSAETIMEDOUT -struct in6_addr in6addr_any = {0}; /* IN6ADDR_ANY_INIT; */ +const struct in6_addr in6addr_any = {0}; /* IN6ADDR_ANY_INIT; */ #else # define SOCK_ERR -1