This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: bug in <sys/un.h>


On 05/30/2013 02:03 PM, Corinna Vinschen wrote:
>> so that the compiler really is complaining about two different
>> incompatible 'struct msghdr' layouts.  I'm not quite sure what the fix
>> should be, [...]
> 
> Try this:
> 
> Index: cygwin/if.h
> ===================================================================
> RCS file: /cvs/src/src/winsup/cygwin/include/cygwin/if.h,v
> retrieving revision 1.11
> diff -u -p -r1.11 if.h
> --- cygwin/if.h	21 Jan 2013 04:38:30 -0000	1.11
> +++ cygwin/if.h	30 May 2013 20:02:56 -0000
> @@ -16,7 +16,7 @@ extern "C" {
>  #endif /* __cplusplus */
>  
>  #include <sys/types.h>
> -#include <sys/socket.h>
> +#include <cygwin/socket.h>

Yep, that appears to do the trick for both my STC and the original
program.  Thanks for hunting down an elegant solution.

-- 
Eric Blake   eblake redhat com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]