Re: bug: struct cmsghdr does not match system on cygwin64

2014-12-28 Thread Marco Atzeri
On 12/29/2014 6:03 AM, Kenton Varda wrote: Hello Cygwin, Cygwin defines 'struct cmsghdr' (see recvmsg(2)) as follows (cygwin/socket.h): struct cmsghdr { socklen_t cmsg_len; /* Length of cmsghdr + data */ int cmsg_level; /* Protocol

bug: struct cmsghdr does not match system on cygwin64

2014-12-28 Thread Kenton Varda
Hello Cygwin, Cygwin defines 'struct cmsghdr' (see recvmsg(2)) as follows (cygwin/socket.h): struct cmsghdr { socklen_t cmsg_len; /* Length of cmsghdr + data */ int cmsg_level; /* Protocol */ int cmsg_type;