Subject: vfs_subr.c
To: None <current-users@NetBSD.ORG>
From: Frank van der Linden <vdlinden@fwi.uva.nl>
List: current-users
Date: 01/12/1995 11:07:50
vfs_subr.c doesn't compile after Jan 11th's update. It looks like the

struct mntlist mountlist;

declaration on line 88 should be a CIRCLEQ_HEAD() instead.

- Frank