Subject: Re: more siginfo q;s
To: None <tech-kern@netbsd.org>
From: Christos Zoulas <christos@zoulas.com>
List: tech-kern
Date: 09/14/2003 20:13:01
In article <200309141846.OAA23737@Sparkle.Rodents.Montreal.QC.CA>,
der Mouse <mouse@Rodents.Montreal.QC.CA> wrote:
>>>> +static void	ksiginfo_del(struct proc *p, ksiginfo_t *);
>>> The p isn't necessary.
>> How do I clear the pointer so sigctx?
>
>It's p that's unnecessary, not the first argument.  That is, s/p,/,/,
>not s/struct proc *p, //.

ok, I get it now.

christos