Re: [ovs-dev] [PATCH 2/2] Undefined symbol make_unix_socket

2015-07-01 Thread Eitan Eliahu
5 9:28 AM To: dev@openvswitch.org Subject: [ovs-dev] [PATCH 2/2] Undefined symbol make_unix_socket syslog_direct_create defined in (lib/syslog-direct.c) uses make_unix_socket which is currently undefined on the windows build. We either can remove the new file from the chain but this patc

Re: [ovs-dev] [PATCH 2/2] Undefined symbol make_unix_socket

2015-07-01 Thread Alin Serdean
in Serdean Sent: Tuesday, June 30, 2015 9:28 AM To: dev@openvswitch.org Subject: [ovs-dev] [PATCH 2/2] Undefined symbol make_unix_socket syslog_direct_create defined in (lib/syslog-direct.c) uses make_unix_socket which is currently undefined on the windows build. We either can remove the new fil

Re: [ovs-dev] [PATCH 2/2] Undefined symbol make_unix_socket

2015-07-01 Thread Eitan Eliahu
rg Subject: [ovs-dev] [PATCH 2/2] Undefined symbol make_unix_socket syslog_direct_create defined in (lib/syslog-direct.c) uses make_unix_socket which is currently undefined on the windows build. We either can remove the new file from the chain but this patch proposes to define a wrapper to make_unix

[ovs-dev] [PATCH 2/2] Undefined symbol make_unix_socket

2015-06-30 Thread Alin Serdean
syslog_direct_create defined in (lib/syslog-direct.c) uses make_unix_socket which is currently undefined on the windows build. We either can remove the new file from the chain but this patch proposes to define a wrapper to make_unix_socket in which we return EINVAL. This will avoid this kind of p