Re: bug: struct cmsghdr does not match system on cygwin64
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
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;