mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-29 11:02:44 +00:00
Local filesystems are ufs not ffs
Submitted by: "D. Rock" <rock@cs.uni-sb.de>
This commit is contained in:
parent
a1fca66a0b
commit
abf0f067cf
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=36880
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user