Fixed to use ffs instead of ufs; See PR #1984

This commit is contained in:
jtc 1996-02-01 02:50:52 +00:00
parent 54df7b2130
commit e25f83b8be
1 changed files with 1 additions and 1 deletions

View File

@ -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;