[ovs-dev] 答复: 答复: 答复: [PATCH] socket-util: Introduce emulation and wrapper for recvmmsg().

Ben Pfaff blp at ovn.org
Mon Jan 13 18:03:33 UTC 2020


On Fri, Jan 10, 2020 at 06:02:29PM +0100, Ilya Maximets wrote:
> > OK.  I applied both patches to master.  Thank you!
> 
> Hi, Ben.
> 
> These patches broke OSX build:
> 
> https://travis-ci.org/openvswitch/ovs/jobs/634863662
> 
> lib/socket-util.c:1294:31: error: use of undeclared identifier 'MSG_WAITFORONE'
>     bool waitforone = flags & MSG_WAITFORONE;
>                               ^
> lib/socket-util.c:1295:15: error: use of undeclared identifier 'MSG_WAITFORONE'
>     flags &= ~MSG_WAITFORONE;

Oops.

I sent a fix:
http://patchwork.ozlabs.org/patch/1222256/


More information about the dev mailing list