Fix warning

This commit is contained in:
Poul-Henning Kamp 2004-12-06 12:34:28 +00:00
parent 9df1bed3ca
commit bed8b887ea
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=138443

View File

@ -83,7 +83,7 @@ static vop_print_t nwfs_print;
static vop_pathconf_t nwfs_pathconf;
/* Global vfs data structures for nwfs */
static struct vop_vector nwfs_vnodeops = {
struct vop_vector nwfs_vnodeops = {
.vop_default = &default_vnodeops,
.vop_access = nwfs_access,
.vop_open = nwfs_open,