Re: [ovs-dev] [PATCH] util: Rename popcount to count_1bits

2013-11-19 Thread Ben Pfaff
On Tue, Nov 19, 2013 at 05:13:00PM +0900, YAMAMOTO Takashi wrote: > This avoids a conflict with NetBSD's strings.h/libc. > (http://netbsd.gw.com/cgi-bin/man-cgi?popcount++NetBSD-current) > > The new name is suggested by Ben Pfaff. > > Signed-off-by: YAMAMOTO Takashi Thanks, I'll apply this soon

Re: [ovs-dev] [PATCH] util: Rename popcount to count_1bits

2013-11-19 Thread Jarno Rajahalme
Acked-by: Jarno Rajahalme On Nov 19, 2013, at 12:13 AM, YAMAMOTO Takashi wrote: > This avoids a conflict with NetBSD's strings.h/libc. > (http://netbsd.gw.com/cgi-bin/man-cgi?popcount++NetBSD-current) > > The new name is suggested by Ben Pfaff. > > Signed-off-by: YAMAMOTO Takashi > --- > lib