freebsd: track RELENG_8
[openafs.git] / src / afs / afs_init.c
index 8eba2e6..37f508b 100644 (file)
@@ -423,6 +423,8 @@ afs_InitCacheInfo(register char *afile)
        if (afs_cacheVfsp && ((st = *(vfs_statfs(afs_cacheVfsp))),1))
 #elif defined(AFS_DARWIN_ENV)
        if (!VFS_STATFS(filevp->v_mount, &st, current_proc()))
+#elif defined(AFS_FBSD80_ENV)
+       if (!VFS_STATFS(filevp->v_mount, &st))
 #elif defined(AFS_FBSD50_ENV)
        if (!VFS_STATFS(filevp->v_mount, &st, curthread))
 #elif defined(AFS_XBSD_ENV)