=== modified file 'libs/vos/vutil/getaddrinfowrapper.cc'
--- old/libs/vos/vutil/getaddrinfowrapper.cc	2006-06-05 04:21:08 +0000
+++ new/libs/vos/vutil/getaddrinfowrapper.cc	2007-04-19 05:25:09 +0000
@@ -5,7 +5,7 @@
 			const struct addrinfo* hints,
 			struct addrinfo** res)
 {
-#ifdef WIN32
+#if 0
 	static boost::mutex mt;
 	boost::mutex::scoped_lock lk(mt);
 
@@ -35,7 +35,7 @@
 
 void freeaddrinfo_wrapper(struct addrinfo* res)
 {
-#ifdef WIN32
+#if 0
 	free(res->ai_addr);
 	free(res->ai_canonname);
 	free(res);
@@ -68,7 +68,7 @@
 	char* host, size_t hostlen,
 	char* serv, size_t servlen, int flags)
 {
-#ifdef WIN32
+#if 0
 	static boost::mutex mt;
 	boost::mutex::scoped_lock lk(mt);
 

