Subject: Problerms with ../../../../kern/vfs_subr.c
To: None <current-users@NetBSD.ORG>
From: Kim Andersen <kim@dde.dk>
List: current-users
Date: 01/13/1995 01:53:06
I'm having problems compiling a new kernel with sources as from Jan12
This is the error message:

.../../../../kern/vfs_subr.c: In function `vntblinit':
.../../../../kern/vfs_subr.c:80: structure has no member named `cqh_first'
.../../../../kern/vfs_subr.c:80: structure has no member named `cqh_last'
.../../../../kern/vfs_subr.c: In function `getvfs':
.../../../../kern/vfs_subr.c:132: structure has no member named `cqh_first'
.../../../../kern/vfs_subr.c:133: structure has no member named `cqe_next'
.../../../../kern/vfs_subr.c: In function `getnewfsid':
.../../../../kern/vfs_subr.c:152: structure has no member named `cqh_first'
.../../../../kern/vfs_subr.c: In function `sysctl_vnode':
.../../../../kern/vfs_subr.c:1191: structure has no member named `cqh_first'
.../../../../kern/vfs_subr.c:1192: structure has no member named `cqe_next'
.../../../../kern/vfs_subr.c: In function `vfs_unmountall':
.../../../../kern/vfs_subr.c:1429: structure has no member named `cqh_last'
.../../../../kern/vfs_subr.c:1430: structure has no member named `cqe_prev'

I'm somewhat puzzled as to the solution. Should these members be added
to the mntlist struct ?
Or is it name mixup with mountlist and mnt_lst ?

Solutions ?

regards
kim