[ovs-dev] [PATCH] windows: fix broken build

Sairam Venugopal vsairam at vmware.com
Fri May 5 20:46:02 UTC 2017


Thanks for fixing this.

Acked-by: Sairam Venugopal <vsairam at vmware.com>





On 5/5/17, 1:20 PM, "ovs-dev-bounces at openvswitch.org on behalf of Alin Serdean" <ovs-dev-bounces at openvswitch.org on behalf of aserdean at cloudbasesolutions.com> wrote:

>The Windows build is failing because EPFNOSUPPORT does not exist.
>
>An equivalent is supplied using the WinSock API: WSAEPFNOSUPPORT.
>
>Signed-off-by: Alin Gabriel Serdean <aserdean at cloudbasesolutions.com>
>---
> include/windows/windefs.h | 2 ++
> 1 file changed, 2 insertions(+)
>
>diff --git a/include/windows/windefs.h b/include/windows/windefs.h
>index 5137f07..6ed8d87 100644
>--- a/include/windows/windefs.h
>+++ b/include/windows/windefs.h
>@@ -45,4 +45,6 @@ char *strsep(char **stringp, const char *delim);
> #define srandom srand
> #define random rand
> 
>+#define EPFNOSUPPORT WSAEPFNOSUPPORT
>+
> #endif /* windefs.h */
>-- 
>2.10.2.windows.1
>_______________________________________________
>dev mailing list
>dev at openvswitch.org
>https://urldefense.proofpoint.com/v2/url?u=https-3A__mail.openvswitch.org_mailman_listinfo_ovs-2Ddev&d=DwICAg&c=uilaK90D4TOVoH58JNXRgQ&r=Z6vowHUOjP5ysP_g372c49Nqc1vEKqHKNBkR5Q5Z7uo&m=I0Ot3GyEy1CNc2-LnNDXV0hFLWzbnTfGr44ezULyoMA&s=plJNu-fqABxTrvJ6tTvhZJV5keUndhqAv4ZApgqYLf4&e= 


More information about the dev mailing list