diff options
Diffstat (limited to 'usr/src/uts/common/sys/modctl.h')
-rw-r--r-- | usr/src/uts/common/sys/modctl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/uts/common/sys/modctl.h b/usr/src/uts/common/sys/modctl.h index 3477a11cb6..818572a94d 100644 --- a/usr/src/uts/common/sys/modctl.h +++ b/usr/src/uts/common/sys/modctl.h @@ -109,7 +109,7 @@ struct modlsys { struct modlfs { struct mod_ops *fs_modops; char *fs_linkinfo; - struct vfsdef_v3 *fs_vfsdef; /* version may actually vary */ + struct vfsdef_v4 *fs_vfsdef; /* version may actually vary */ }; #if defined(__i386) || defined(__amd64) |