Re: [ovs-dev] [PATCH] timeval: localtime_r, gmtime_r for Windows.

2014-03-04 Thread Ben Pfaff
On Tue, Mar 04, 2014 at 02:33:50PM -0800, Gurucharan Shetty wrote: > Signed-off-by: Gurucharan Shetty > --- > lib/timeval.h |7 +++ > 1 file changed, 7 insertions(+) > > diff --git a/lib/timeval.h b/lib/timeval.h > index c207f23..f745855 100644 > --- a/lib/timeval.h > +++ b/lib/timeval.h

[ovs-dev] [PATCH] timeval: localtime_r, gmtime_r for Windows.

2014-03-04 Thread Gurucharan Shetty
Signed-off-by: Gurucharan Shetty --- lib/timeval.h |7 +++ 1 file changed, 7 insertions(+) diff --git a/lib/timeval.h b/lib/timeval.h index c207f23..f745855 100644 --- a/lib/timeval.h +++ b/lib/timeval.h @@ -40,6 +40,13 @@ BUILD_ASSERT_DECL(TYPE_IS_SIGNED(time_t)); #define TIME_MAX TYPE