Re: RFR: libdt_socket: Build failed with VS2013 SP4

2015-05-25 Thread Staffan Larsen
Looks good! Thanks, /Staffan On 25 maj 2015, at 12:17, Erik Joelsson erik.joels...@oracle.com wrote: Hello, In Visual Studio 2013 SP4, MS decided to deprecate gethostbyname in favor of getaddrinfo(). We now have two different libraries using this function. In JDK-8077422 I added a

RFR: libdt_socket: Build failed with VS2013 SP4

2015-05-25 Thread Erik Joelsson
Hello, In Visual Studio 2013 SP4, MS decided to deprecate gethostbyname in favor of getaddrinfo(). We now have two different libraries using this function. In JDK-8077422 I added a workaround for libhprof. Now we also have the problem in libdt_socket. This time I've opted to add the

Re: RFR: libdt_socket: Build failed with VS2013 SP4

2015-05-25 Thread Magnus Ihse Bursie
On 2015-05-25 12:17, Erik Joelsson wrote: Hello, In Visual Studio 2013 SP4, MS decided to deprecate gethostbyname in favor of getaddrinfo(). We now have two different libraries using this function. In JDK-8077422 I added a workaround for libhprof. Now we also have the problem in

Re: RFR: libdt_socket: Build failed with VS2013 SP4

2015-05-25 Thread Tim Bell
Erik: On 05/25/15 05:11, Magnus Ihse Bursie wrote: On 2015-05-25 12:17, Erik Joelsson wrote: Hello, In Visual Studio 2013 SP4, MS decided to deprecate gethostbyname in favor of getaddrinfo(). We now have two different libraries using this function. In JDK-8077422 I added a workaround for