From 5f042ee4de3474f1c14f1e2ad7e659c5903e87d9 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Tue, 24 Oct 1995 14:32:32 +0000 Subject: ufs -> ffs --- usr.sbin/edquota/edquota.c | 4 ++-- usr.sbin/quotaon/quotaon.c | 4 ++-- usr.sbin/repquota/repquota.c | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to 'usr.sbin') diff --git a/usr.sbin/edquota/edquota.c b/usr.sbin/edquota/edquota.c index 6be14669a4c..67721922c71 100644 --- a/usr.sbin/edquota/edquota.c +++ b/usr.sbin/edquota/edquota.c @@ -42,7 +42,7 @@ static char copyright[] = #ifndef lint /*static char sccsid[] = "from: @(#)edquota.c 8.1 (Berkeley) 6/6/93";*/ -static char *rcsid = "$Id: edquota.c,v 1.1 1995/10/18 08:47:33 deraadt Exp $"; +static char *rcsid = "$Id: edquota.c,v 1.2 1995/10/24 14:32:18 deraadt Exp $"; #endif /* not lint */ /* @@ -221,7 +221,7 @@ getprivs(id, quotatype) quphead = (struct quotause *)0; qcmd = QCMD(Q_GETQUOTA, quotatype); while (fs = getfsent()) { - if (strcmp(fs->fs_vfstype, "ufs")) + if (strcmp(fs->fs_vfstype, "ffs")) continue; if (!hasquota(fs, quotatype, &qfpathname)) continue; diff --git a/usr.sbin/quotaon/quotaon.c b/usr.sbin/quotaon/quotaon.c index e97d1825b6a..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 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) { diff --git a/usr.sbin/repquota/repquota.c b/usr.sbin/repquota/repquota.c index 5992de42cc2..0a005f23016 100644 --- a/usr.sbin/repquota/repquota.c +++ b/usr.sbin/repquota/repquota.c @@ -42,7 +42,7 @@ static char copyright[] = #ifndef lint /*static char sccsid[] = "from: @(#)repquota.c 8.1 (Berkeley) 6/6/93";*/ -static char *rcsid = "$Id: repquota.c,v 1.1 1995/10/18 08:48:05 deraadt Exp $"; +static char *rcsid = "$Id: repquota.c,v 1.2 1995/10/24 14:32:22 deraadt Exp $"; #endif /* not lint */ /* @@ -131,7 +131,7 @@ main(argc, argv) } setfsent(); while ((fs = getfsent()) != NULL) { - if (strcmp(fs->fs_vfstype, "ufs")) + if (strcmp(fs->fs_vfstype, "ffs")) continue; if (aflag) { if (gflag && hasquota(fs, GRPQUOTA, &qfnp)) -- cgit v1.2.3