diff options
Diffstat (limited to 'sys/msdosfs/msdosfs_vfsops.c')
| -rw-r--r-- | sys/msdosfs/msdosfs_vfsops.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/msdosfs/msdosfs_vfsops.c b/sys/msdosfs/msdosfs_vfsops.c index d5754f271454..c3870b640203 100644 --- a/sys/msdosfs/msdosfs_vfsops.c +++ b/sys/msdosfs/msdosfs_vfsops.c @@ -981,7 +981,7 @@ static struct vfsops msdosfs_vfsops = { msdosfs_checkexp, msdosfs_vptofh, msdosfs_init, - vfs_stduninit, + msdosfs_uninit, vfs_stdextattrctl, }; |
