Subject: Re: using sysctl.h
To: Martin Husemann <martin@duskware.de>
From: Teemu Rinta-aho <teemu@rinta-aho.org>
List: tech-userlevel
Date: 02/14/2005 11:08:04
Martin Husemann wrote:
> On Fri, Feb 11, 2005 at 04:01:28PM +0200, Teemu Rinta-aho wrote:
>
>>In file included from /usr/include/sys/proc.h:52,
>> from /usr/include/sys/sysctl.h:46,
>> from ec_bsd.c:25:
>
>
> I think the <sys/signalvar.h> include in proc.h:52 should be
> guarded by #if defined(_KERNEL_OPT).
It doesn't help, then I get this:
In file included from /usr/include/sys/sysctl.h:46,
from ec_bsd.c:25:
/usr/include/sys/proc.h:237: error: field `p_sigctx' has incomplete type
BR,
Teemu