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 12:18:29
Martin Husemann wrote:
> On Mon, Feb 14, 2005 at 10:13:28AM +0100, Martin Husemann wrote:
> 
>>Duh, struct proc will be needed, so that's the answer to "why do we install
>>it".
> 
> 
> Can you try to #if defined(_KERNEL_OPT) the declaration of struct sigacts
> in signalvar.h?

Sure, but why? It is the queue.h line 517 where the compilation
eventually breaks, due to the line 69 in signalvar.h. Doing
that didn't help anything.

If I brutally take the line 69 (ps_siginfo) out from signalvar.h
then the application compiles ok. I have no idea where the parse error is
coming from.

BR,
Teemu