Subject: Re: Trouble building current userland
To: Paul Newhouse <newhouse@rockhead.com>
From: Frederick Bruckman <fb@enteract.com>
List: current-users
Date: 12/08/1999 07:14:14
On Tue, 7 Dec 1999, Paul Newhouse wrote:

> cc -pipe -Wno-error -Wno-main -I. -I../../../../arch -I../../../..
> -nostdinc -I../../../../../gnu/sys -DLKM -DDIAGNOSTIC
> -DNKMEMCLUSTERS="(4 * (6 * 1024 * 1024 / CLBYTES))"
> -DNMBCLUSTERS="0x800" -DMAXUSERS=32 -D_KERNEL -Di386 -c
> ../../../../kern/kern_malloc.c
> ../../../../kern/kern_malloc.c: In function `kmeminit':
> ../../../../kern/kern_malloc.c:611: `CLBYTES' undeclared (first use in this function)
> ../../../../kern/kern_malloc.c:611: (Each undeclared identifier is reported only once
> ../../../../kern/kern_malloc.c:611: for each function it appears in.)

Update your sources. There's no CLBYTES in the latest revision of
kern_malloc.c, v. 1.47.