Re: kernel compile fails in uma_core.c

2003-11-30 Thread Jeff Roberson

On Sun, 30 Nov 2003, Paulius Bulotas wrote:

> Hello,
>
> when building kernel:
> ../../../vm/uma_core.c: In function `zone_timeout':
> ../../../vm/uma_core.c:345: error: `mp_maxid' undeclared (first use in
> this function)
> and so on.
>
> Anything I missed?

I just fixed this, sorry.

>
> Paulius
> ___
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-current
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
>

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: kernel compile fails in uma_core.c

2003-11-30 Thread Bjoern A. Zeeb
On Sun, 30 Nov 2003, Paulius Bulotas wrote:

> Hello,
>
> when building kernel:
> ../../../vm/uma_core.c: In function `zone_timeout':
> ../../../vm/uma_core.c:345: error: `mp_maxid' undeclared (first use in
> this function)
> and so on.
>
> Anything I missed?

No,

this is the "bad" commit for UP but should be ok on MP kernels:

http://docs.freebsd.org/cgi/getmsg.cgi?fetch=0+0+current/cvs-src

and it is known:

http://docs.freebsd.org/cgi/getmsg.cgi?fetch=20091+0+current/cvs-src


I don't know if someone of them is working on it but I have been
waiting for half a day now for another build ;-(


-- 
Bjoern A. Zeeb  bzeeb at Zabbadoz dot NeT
56 69 73 69 74  http://www.zabbadoz.net/
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


kernel compile fails in uma_core.c

2003-11-30 Thread Paulius Bulotas
Hello,

when building kernel:
../../../vm/uma_core.c: In function `zone_timeout':
../../../vm/uma_core.c:345: error: `mp_maxid' undeclared (first use in
this function)
and so on.

Anything I missed?

Paulius
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "[EMAIL PROTECTED]"