]> granicus.if.org Git - php/commitdiff
Fix build
authorEdin Kadribasic <edink@php.net>
Fri, 12 Oct 2007 08:07:13 +0000 (08:07 +0000)
committerEdin Kadribasic <edink@php.net>
Fri, 12 Oct 2007 08:07:13 +0000 (08:07 +0000)
main/network.c

index 927bfad20e8bafcc16d8a01189c554a5a49cf329..2dccd30a0331b71515939adadbba62d778ac3398 100644 (file)
@@ -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