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