diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-02-12 07:15:47 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-02-12 07:15:47 +0000 |
commit | 66350380586255bb69d50cd6b025c66c25b4cff5 (patch) | |
tree | a809a44b69ea18c57a4452bb1953f05c51d5ce93 /libexec/rpc.rquotad/rquotad.c | |
parent | 2fbd5547c84ceababf6359e4eb126b306d057692 (diff) |
er... ffs, not ufs; canacar@eee.metu.edu.tr
Diffstat (limited to 'libexec/rpc.rquotad/rquotad.c')
-rw-r--r-- | libexec/rpc.rquotad/rquotad.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/rpc.rquotad/rquotad.c b/libexec/rpc.rquotad/rquotad.c index d37cec41443..e354ab37f12 100644 --- a/libexec/rpc.rquotad/rquotad.c +++ b/libexec/rpc.rquotad/rquotad.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rquotad.c,v 1.8 2001/01/17 19:23:26 deraadt Exp $ */ +/* $OpenBSD: rquotad.c,v 1.9 2001/02/12 07:15:46 deraadt Exp $ */ /* * by Manuel Bouyer (bouyer@ensta.fr) * @@ -211,7 +211,7 @@ initfs() setfsent(); while ((fs = getfsent())) { - if (strcmp(fs->fs_vfstype, "ufs")) + if (strcmp(fs->fs_vfstype, "ffs")) continue; if (!hasquota(fs, &qfpathname)) continue; |