mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-24 01:57:06 +01:00
lite2 remame: vfc_index --> vfc_typenum
This commit is contained in:
parent
da1336b0fc
commit
590f415db7
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=22576
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user