diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-10-24 14:32:32 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-10-24 14:32:32 +0000 |
commit | 5f042ee4de3474f1c14f1e2ad7e659c5903e87d9 (patch) | |
tree | 8be20616898158c051bba68c9980346e57c84811 /sbin/quotacheck | |
parent | 2d52ee0dde490079425bf1980fcd8e8d600c2073 (diff) |
ufs -> ffs
Diffstat (limited to 'sbin/quotacheck')
-rw-r--r-- | sbin/quotacheck/quotacheck.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/quotacheck/quotacheck.c b/sbin/quotacheck/quotacheck.c index ae62d9d8dc7..09ea3fb633d 100644 --- a/sbin/quotacheck/quotacheck.c +++ b/sbin/quotacheck/quotacheck.c @@ -219,7 +219,7 @@ needchk(fs) register struct quotaname *qnp; char *qfnp; - if (strcmp(fs->fs_vfstype, "ufs") || + if (strcmp(fs->fs_vfstype, "ffs") || strcmp(fs->fs_type, FSTAB_RW)) return (NULL); if ((qnp = malloc(sizeof(*qnp))) == NULL) |