Fixed to use ffs instead of ufs; See PR #1984
This commit is contained in:
parent
54df7b2130
commit
e25f83b8be
|
@ -211,7 +211,7 @@ initfs()
|
|||
|
||||
setfsent();
|
||||
while (fs = getfsent()) {
|
||||
if (strcmp(fs->fs_vfstype, "ufs"))
|
||||
if (strcmp(fs->fs_vfstype, "ffs"))
|
||||
continue;
|
||||
if (!hasquota(fs, &qfpathname))
|
||||
continue;
|
||||
|
|
Loading…
Reference in New Issue