Subject: Re: current build problem, linux_exec_setup_stack undeclared
To: None <current-users@netbsd.org>
From: Russell McManus <russell_mcmanus@yahoo.com>
List: current-users
Date: 08/14/2003 10:50:58
tsutsui@ceres.dti.ne.jp (Izumi Tsutsui) writes:
> In article <878ypw74hs.fsf@thelonious.dyndns.org>
> russell_mcmanus@yahoo.com wrote:
>
> > I don't think that this is sufficient to address the problem. I have
> > edited sys/compat/linux/arch/powerpc/linux_exec.h as per your
> > suggestion:
> >
> > #define linux_exec_setup_stack(a, b) exec_setup_stack
>
> Well, the suggested fix is:
> > > > >Changing this to
> > > > >#define linux_exec_setup_stack exec_setup_stack
> and it has been already committed by christos.
My mistake. Many thanks.
-russ