On 1/20/06, Junio C Hamano [off-list ref] wrote:
Just removing "-Dsockaddr_storage=sockaddr_in" from ALL_CFLAGS
seems to solve the problem for new Cygwin.
I doubt that -Dsockaddr_storage=sockaddr_in should be tied to
NO_IPV6. Maybe a better approach would be something like the
attached patch.
Although /usr/include/cygwin/in.h seems to have struct sockaddr_in6,
getaddrinfo() and friends still do not seem to be there, so
NO_IPV6 still remains in effect on Cygwin.
Comments?
It compiles, I don't think I can try the daemon though...