Re: [ovs-dev] [PATCH] lib/process, socket-util: Update necessary headers

2014-02-26 Thread Ben Pfaff
On Sun, Feb 23, 2014 at 12:45:07PM +0900, YAMAMOTO Takashi wrote: > > On Sat, Feb 22, 2014 at 2:25 AM, YAMAMOTO Takashi > > wrote: > >>> On Fri, Feb 21, 2014 at 5:33 PM, YAMAMOTO Takashi > >>> wrote: > Fix the regression introduced by commit 4f57ad10. > ("socket-util: Move get_max_fds()

Re: [ovs-dev] [PATCH] lib/process, socket-util: Update necessary headers

2014-02-22 Thread YAMAMOTO Takashi
> On Sat, Feb 22, 2014 at 2:25 AM, YAMAMOTO Takashi > wrote: >>> On Fri, Feb 21, 2014 at 5:33 PM, YAMAMOTO Takashi >>> wrote: Fix the regression introduced by commit 4f57ad10. ("socket-util: Move get_max_fds() to process.c") Signed-off-by: YAMAMOTO Takashi >>> I suppose this

Re: [ovs-dev] [PATCH] lib/process, socket-util: Update necessary headers

2014-02-22 Thread Gurucharan Shetty
On Sat, Feb 22, 2014 at 2:25 AM, YAMAMOTO Takashi wrote: >> On Fri, Feb 21, 2014 at 5:33 PM, YAMAMOTO Takashi >> wrote: >>> Fix the regression introduced by commit 4f57ad10. >>> ("socket-util: Move get_max_fds() to process.c") >>> >>> Signed-off-by: YAMAMOTO Takashi >> I suppose this did not fai

Re: [ovs-dev] [PATCH] lib/process, socket-util: Update necessary headers

2014-02-22 Thread YAMAMOTO Takashi
> On Fri, Feb 21, 2014 at 5:33 PM, YAMAMOTO Takashi > wrote: >> Fix the regression introduced by commit 4f57ad10. >> ("socket-util: Move get_max_fds() to process.c") >> >> Signed-off-by: YAMAMOTO Takashi > I suppose this did not fail the build? Otherwise looks like the > correct thing to do. thi

Re: [ovs-dev] [PATCH] lib/process, socket-util: Update necessary headers

2014-02-21 Thread Gurucharan Shetty
On Fri, Feb 21, 2014 at 5:33 PM, YAMAMOTO Takashi wrote: > Fix the regression introduced by commit 4f57ad10. > ("socket-util: Move get_max_fds() to process.c") > > Signed-off-by: YAMAMOTO Takashi I suppose this did not fail the build? Otherwise looks like the correct thing to do. > --- > lib/pr

[ovs-dev] [PATCH] lib/process, socket-util: Update necessary headers

2014-02-21 Thread YAMAMOTO Takashi
Fix the regression introduced by commit 4f57ad10. ("socket-util: Move get_max_fds() to process.c") Signed-off-by: YAMAMOTO Takashi --- lib/process.c | 1 + lib/socket-util.c | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/process.c b/lib/process.c index b479d00..313f1