Re: [ovs-dev] [PATCH] fix compilation on FreeBSD/NetBSD

2013-08-01 Thread Ben Pfaff
On Thu, Aug 01, 2013 at 09:31:15AM +, YAMAMOTO Takashi wrote: > > On Wed, Jul 31, 2013 at 11:01:43AM +0900, YAMAMOTO Takashi wrote: > >> probably this should be an autoconf magic but > >> 1) i'm not familiar with autoconf and 2) _np functions > >> are inheretly non-portable anyway. > >> > >> S

Re: [ovs-dev] [PATCH] fix compilation on FreeBSD/NetBSD

2013-08-01 Thread YAMAMOTO Takashi
> On Wed, Jul 31, 2013 at 11:01:43AM +0900, YAMAMOTO Takashi wrote: >> probably this should be an autoconf magic but >> 1) i'm not familiar with autoconf and 2) _np functions >> are inheretly non-portable anyway. >> >> Signed-off-by: YAMAMOTO Takashi > > I'd rather do it "the right way". I sent

Re: [ovs-dev] [PATCH] fix compilation on FreeBSD/NetBSD

2013-07-31 Thread Ben Pfaff
On Wed, Jul 31, 2013 at 11:01:43AM +0900, YAMAMOTO Takashi wrote: > probably this should be an autoconf magic but > 1) i'm not familiar with autoconf and 2) _np functions > are inheretly non-portable anyway. > > Signed-off-by: YAMAMOTO Takashi I'd rather do it "the right way". I sent out an alt

[ovs-dev] [PATCH] fix compilation on FreeBSD/NetBSD

2013-07-30 Thread YAMAMOTO Takashi
probably this should be an autoconf magic but 1) i'm not familiar with autoconf and 2) _np functions are inheretly non-portable anyway. Signed-off-by: YAMAMOTO Takashi --- lib/util.c | 5 + 1 file changed, 5 insertions(+) diff --git a/lib/util.c b/lib/util.c index 6a72107..d719cd3 100644 --