Subject: Re: Problem compiling current kernel
To: Xavier HUMBERT <xavier@xavhome.fr.eu.org>
From: Chris Gilbert <chris@paradox.demon.co.uk>
List: port-macppc
Date: 03/02/2001 19:49:07
On Friday 02 March 2001  3:29 pm, Xavier HUMBERT wrote:
> I have a problem compiling current kernel an a MacPPC :

[snip]
>
> I tracked it to a the /usr/src/sys/sys/proc.h header, in which these
> declarations :m
>
> void	cpu_switch(struct proc *);
> void	cpu_wait(struct proc *);
> void	cpu_exit(struct proc *);
>
> are precompiled as :
>
> void	cpu_switch(struct proc *);
> void	;
> void	cpu_exit(struct proc *);
>
> Any idea ?

how up to date is your src?  There was a problem with cpu_wait a few days 
back, it was fixed up though.  Try updating your source again.   

Cheers,
Chris