Subject: Re: CLBYTES undefined in kern_malloc.c for vax port
To: NetBSD Mailing list <netbsd@mrynet.com>
From: Anders Magnusson <ragge@ludd.luth.se>
List: port-vax
Date: 12/12/1999 11:42:21
> I've been experiencing the following in kern_malloc of the vax port for the
> last three days:
> 
> cc  -O2 -Werror -Wall -Wmissing-prototypes -Wstrict-prototypes  -Wpointer-arith -Wno-main -mno-pic -I. -I../../../../arch -I../../../.. -nostdinc -I../../../../../gnu/sys -DVAX630 -DVAX650 -DVAX410 -DVAX43 -DCOMPAT_VAX1K -DLKM -DMAXUSERS=16 -D_KERNEL  -D_VAX_INLINE_  -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
> 
CLBYTES et al has disappeared from the source tree, but not yet from all
vax files. It will be removed later this evening. (Swedish time).

-- Ragge