2012/7/6 Corinna Vinschen :
> Hi,
>
> at one point I added a #ifndef __INSIDE_CYGWIN__ to winsock2.h to
> guard the declaration of gethostname. That was wrong. The below
> patch fixes that.
>
> Ok to apply?
>
>
> Thanks,
> Corinna
Patch is ok.
Regards,
Kai
-
Hi,
at one point I added a #ifndef __INSIDE_CYGWIN__ to winsock2.h to
guard the declaration of gethostname. That was wrong. The below
patch fixes that.
Ok to apply?
Thanks,
Corinna
* winsock2.h (gethostname): Drop __INSIDE_CYGWIN__ guard.
Index: winsock2.h