Subject: Re: errors in building vfs_subr.o
To: Peter Galbavy <peter@wonderland.org>
From: Frank van der Linden <vdlinden@fwi.uva.nl>
List: current-users
Date: 01/24/1995 13:49:48
Peter Galbavy writes:

> I must be doing *something* wrong, since no one else has reported
> this problem - but what is it ?

> cc  -c -I. -I../../../../arch -I../../../.. -I../../../../sys -DSUN4C -DTIMEZONE="0" -DDST="0" -DSWAPPAGER -DVNODEPAGER -DDEVPAGER -DKTRACE -DRCONSOLE -DSYSVMSG -DSYSVSEM -DSYSVSHM -DCOMPAT_09 -DCOMPAT_10 -DNKMEMCLUSTERS=4096 -DFFS -DNFSCLIENT -DKERNFS -D> FIFO -DMFS -DINET -DTCP_COMPAT_42 -DGATEWAY -DCOMPAT_43 -DLKM -DCOMPAT_SUNOS -DKERNEL -O2  ../../../../kern/vfs_subr.c
> ../../../../kern/vfs_subr.c: In function `vntblinit':
> ../../../../kern/vfs_subr.c:97: structure has no member named `cqh_first'
> ../../../../kern/vfs_subr.c:97: structure has no member named `cqh_last'

Your source tree must be out of date. This was a problem with an (accidentally)
partly checked-in change (list of linked filesystems from tailqueue to
circular queue), but it has been corrected since.

- Frank