Subject: Re: Build failure - port amd64 - ip_auth.o
To: None <current-users@NetBSD.org>
From: Martin Husemann <martin@duskware.de>
List: current-users
Date: 05/03/2007 21:56:22
On Thu, May 03, 2007 at 01:25:40PM -0500, David Young wrote:
> I guess it is IP Filter's definition of offsetof(),
> 
> % grep '^#define[[:space:]]\+offsetof(' ../../dist/ipf/netinet/*
> ../../dist/ipf/netinet/ip_fil.h:#define offsetof(t,m)   (int)((&((t *)0L)->m))

I guess we should #ifndef that definition...

Martin