lite2 remame: vfc_index --> vfc_typenum

This commit is contained in:
Adam David 1997-02-12 01:34:38 +00:00
parent da1336b0fc
commit 590f415db7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=22576

View File

@ -115,7 +115,7 @@ getvfsbytype(int type)
}
for(i = 0; i < _vfslistlen; i++) {
if(_vfslist[i].vfc_index == type)
if(_vfslist[i].vfc_typenum == type)
break;
}