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

index 648a1c32a40d7ee80764b0558dfa602d90634b10..c3345186de0811abdf3d39305efaaefc9b4c1a90 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