Subject: Re: using sysctl.h
To: Teemu Rinta-aho <teemu@rinta-aho.org>
From: Martin Husemann <martin@duskware.de>
List: tech-userlevel
Date: 02/14/2005 12:17:28
On Mon, Feb 14, 2005 at 12:18:29PM +0200, Teemu Rinta-aho wrote:
> Sure, but why?

Because I'm makeing a fool out of myself.

> 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.

Maybe because <sys/siginfo.h> has the declaration of struct ksiginfo protected
by #ifdef _KERNEL?

You should write a very small program to demonstrate the problem and file
a PR.

Martin