Re: [ovs-dev] [PATCH 10/14] socket-util: Windows does not have /dev/null.

2014-02-21 Thread Gurucharan Shetty
On Thu, Feb 20, 2014 at 5:25 PM, Ben Pfaff wrote: > On Wed, Feb 19, 2014 at 03:36:21PM -0800, Gurucharan Shetty wrote: >> Signed-off-by: Gurucharan Shetty > > This is only used in daemon.c, which isn't compiled on Windows. Can we > just move it into there (as a static function)? > Okay. I will d

Re: [ovs-dev] [PATCH 10/14] socket-util: Windows does not have /dev/null.

2014-02-20 Thread Ben Pfaff
On Wed, Feb 19, 2014 at 03:36:21PM -0800, Gurucharan Shetty wrote: > Signed-off-by: Gurucharan Shetty This is only used in daemon.c, which isn't compiled on Windows. Can we just move it into there (as a static function)? Alternatively, I'm pretty sure that Windows does have /dev/null under anot

[ovs-dev] [PATCH 10/14] socket-util: Windows does not have /dev/null.

2014-02-19 Thread Gurucharan Shetty
Signed-off-by: Gurucharan Shetty --- lib/socket-util.c |2 ++ lib/socket-util.h |2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/socket-util.c b/lib/socket-util.c index 9095418..d3b580d 100644 --- a/lib/socket-util.c +++ b/lib/socket-util.c @@ -1022,6 +1022,7 @@ er