summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/sys/modctl.h
diff options
context:
space:
mode:
authorrm15945 <none@none>2008-03-22 07:50:32 -0700
committerrm15945 <none@none>2008-03-22 07:50:32 -0700
commitd7334e518c844ea303c302d359e39ee1316a314c (patch)
treee0e614833905286183962a0760e86cd6420ca1c9 /usr/src/uts/common/sys/modctl.h
parent024b0a258461f282a92b1b1283c3b8b083f9f33f (diff)
downloadillumos-joyent-d7334e518c844ea303c302d359e39ee1316a314c.tar.gz
PSARC/2008/053 64 bit offsets for VOP_DUMP
6674476 VOP_DUMP is not 64 bit clean
Diffstat (limited to 'usr/src/uts/common/sys/modctl.h')
-rw-r--r--usr/src/uts/common/sys/modctl.h2
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 0ff7ddc42c..6ee8985346 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_v4 *fs_vfsdef; /* version may actually vary */
+ struct vfsdef_v5 *fs_vfsdef; /* version may actually vary */
};
#if defined(__i386) || defined(__amd64)