Subject: Re: Next fallout of the inline changes (net/pfil.h)
To: None <veego@NetBSD.org, kleink@netbsd.org>
From: Perry E. Metzger <perry@piermont.com>
List: tech-userlevel
Date: 01/03/2006 17:47:28
Bernd Ernesti <veego@NetBSD.org> writes:
>> cvs rdiff -r1.25 -r1.26 src/sys/net/pfil.h
> [..]
>
> This breaks a non NetBSD build for XFree86 in a some places.
> Here is one example, which breaks the compile of the Xserver:

Okay, so here is a question:

net/if.h is defined by SuS and has a defined namespace, so it should
probably NOT be exposing all the symbols in pfil.h in userland
code. Should all that stuff in pfil.h be protected by #ifdef _KERNEL?

Perry