mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-18 15:30:21 +00:00
Fix warning
This commit is contained in:
parent
9df1bed3ca
commit
bed8b887ea
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=138443
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user