diff --git a/src/afs/SOLARIS/osi_vfsops.c b/src/afs/SOLARIS/osi_vfsops.c index 9207914cd1..a7e7d1dd03 100644 --- a/src/afs/SOLARIS/osi_vfsops.c +++ b/src/afs/SOLARIS/osi_vfsops.c @@ -511,7 +511,12 @@ static struct sysent afssysent = { #endif /* AFS_SUN511_ENV */ /* inter-module dependencies */ -char _depends_on[] = "drv/ip drv/udp strmod/rpcmod"; +char _depends_on[] = +#if AFS_SUN510_ENV + "drv/ip drv/udp strmod/rpcmod fs/ufs"; +#else + "drv/ip drv/udp strmod/rpcmod"; +#endif /* * Info/Structs to link the afs module into the kernel