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