From c49d2e3107a43b3cb712ca7c5b0075cf366215ff Mon Sep 17 00:00:00 2001 From: Dale Ghent Date: Mon, 7 Jul 2008 18:16:26 +0000 Subject: [PATCH] STABLE14-solaris-nevada-vfsdev-type-20080707 LICENSE IPL10 FIXES 105495 in nevada, struct vfsdev_v4 -> vfsdev_t. cope. (cherry picked from commit acf76ac85f55e268e9a99d12dc89bad4b763038b) --- src/afs/SOLARIS/osi_vfsops.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/afs/SOLARIS/osi_vfsops.c b/src/afs/SOLARIS/osi_vfsops.c index 3f2f62915..279239704 100644 --- a/src/afs/SOLARIS/osi_vfsops.c +++ b/src/afs/SOLARIS/osi_vfsops.c @@ -418,7 +418,7 @@ afsinit(struct vfssw *vfsswp, int fstype) #ifdef AFS_SUN510_ENV #ifdef AFS_SUN511_ENV -static struct vfsdef_v4 afs_vfsdef = { +static vfsdef_t afs_vfsdef = { VFSDEF_VERSION, "afs", afsinit, -- 2.39.5