summaryrefslogtreecommitdiffstats
path: root/usr.sbin/quotaon
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>1995-10-24 14:32:18 +0000
committerderaadt <deraadt@openbsd.org>1995-10-24 14:32:18 +0000
commit36458106ac214b179085c13c6b5c7a1a129c196a (patch)
treed2ff5ac57e0577f363a13a815c1edc4a576034e0 /usr.sbin/quotaon
parentpfour bwtwo blanking control (diff)
downloadwireguard-openbsd-36458106ac214b179085c13c6b5c7a1a129c196a.tar.xz
wireguard-openbsd-36458106ac214b179085c13c6b5c7a1a129c196a.zip
ufs -> ffs
Diffstat (limited to 'usr.sbin/quotaon')
-rw-r--r--usr.sbin/quotaon/quotaon.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/quotaon/quotaon.c b/usr.sbin/quotaon/quotaon.c
index e719634108c..6cc400de650 100644
--- a/usr.sbin/quotaon/quotaon.c
+++ b/usr.sbin/quotaon/quotaon.c
@@ -42,7 +42,7 @@ static char copyright[] =
#ifndef lint
/*static char sccsid[] = "from: @(#)quotaon.c 8.1 (Berkeley) 6/6/93";*/
-static char *rcsid = "$Id: quotaon.c,v 1.1.1.1 1995/10/18 08:48:02 deraadt Exp $";
+static char *rcsid = "$Id: quotaon.c,v 1.2 1995/10/24 14:32:20 deraadt Exp $";
#endif /* not lint */
/*
@@ -113,7 +113,7 @@ main(argc, argv)
}
setfsent();
while ((fs = getfsent()) != NULL) {
- if (strcmp(fs->fs_vfstype, "ufs") ||
+ if (strcmp(fs->fs_vfstype, "ffs") ||
strcmp(fs->fs_type, FSTAB_RW))
continue;
if (aflag) {