summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1998-06-11 03:47:29 +0000
committerache <ache@FreeBSD.org>1998-06-11 03:47:29 +0000
commit8181ce88bf36a2a71b0a907075ce2538671a019c (patch)
tree4b5843af79cecae9cc121cfd705b7c02146b076d /usr.bin
parente154f69df4e1dfde6853749ae679fe8e3598baab (diff)
downloadFreeBSD-src-8181ce88bf36a2a71b0a907075ce2538671a019c.zip
FreeBSD-src-8181ce88bf36a2a71b0a907075ce2538671a019c.tar.gz
Local filesystems are ufs not ffs
Submitted by: "D. Rock" <rock@cs.uni-sb.de>
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/quota/quota.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/quota/quota.c b/usr.bin/quota/quota.c
index 5081645..c9a15ee 100644
--- a/usr.bin/quota/quota.c
+++ b/usr.bin/quota/quota.c
@@ -45,7 +45,7 @@ static const char copyright[] =
static char sccsid[] = "from: @(#)quota.c 8.1 (Berkeley) 6/6/93";
#endif
static const char rcsid[] =
- "$Id: quota.c,v 1.8 1998/01/20 12:53:43 bde Exp $";
+ "$Id: quota.c,v 1.9 1998/06/09 04:30:54 imp Exp $";
#endif /* not lint */
/*
@@ -474,7 +474,7 @@ getprivs(id, quotatype)
if (getnfsquota(&fst[i], NULL, qup, id, quotatype)
== 0)
continue;
- } else if (strcmp(fst[i].f_fstypename, "ffs") == 0) {
+ } else if (strcmp(fst[i].f_fstypename, "ufs") == 0) {
/*
* XXX
* UFS filesystems must be in /etc/fstab, and must
OpenPOWER on IntegriCloud