diff options
-rw-r--r-- | usr.sbin/edquota/edquota.c | 2 | ||||
-rw-r--r-- | usr.sbin/quot/quot.c | 4 | ||||
-rw-r--r-- | usr.sbin/quotaon/quotaon.c | 2 | ||||
-rw-r--r-- | usr.sbin/repquota/repquota.c | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/usr.sbin/edquota/edquota.c b/usr.sbin/edquota/edquota.c index 67721922c71..93244a2982f 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.2 1995/10/24 14:32:18 deraadt Exp $"; +static char *rcsid = "$Id: edquota.c,v 1.3 1995/11/06 21:40:46 deraadt Exp $"; #endif /* not lint */ /* diff --git a/usr.sbin/quot/quot.c b/usr.sbin/quot/quot.c index 3730ae7496d..2c0b6f583f0 100644 --- a/usr.sbin/quot/quot.c +++ b/usr.sbin/quot/quot.c @@ -30,7 +30,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: quot.c,v 1.1 1995/10/18 08:48:02 deraadt Exp $"; +static char rcsid[] = "$Id: quot.c,v 1.2 1995/11/06 21:40:54 deraadt Exp $"; #endif /* not lint */ #include <sys/param.h> @@ -567,7 +567,7 @@ int main(argc,argv) if (all) { cnt = getmntinfo(&mp,MNT_NOWAIT); for (; --cnt >= 0; mp++) { - if (!strncmp(mp->f_fstypename, MOUNT_UFS, MFSNAMELEN)) { + if (!strncmp(mp->f_fstypename, MOUNT_FFS, MFSNAMELEN)) { if (nm = strrchr(mp->f_mntfromname,'/')) { sprintf(dev,"/dev/r%s",nm + 1); nm = dev; diff --git a/usr.sbin/quotaon/quotaon.c b/usr.sbin/quotaon/quotaon.c index 6cc400de650..2ab0a7b0723 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.2 1995/10/24 14:32:20 deraadt Exp $"; +static char *rcsid = "$Id: quotaon.c,v 1.3 1995/11/06 21:40:57 deraadt Exp $"; #endif /* not lint */ /* diff --git a/usr.sbin/repquota/repquota.c b/usr.sbin/repquota/repquota.c index 0a005f23016..21ef7a1f31a 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.2 1995/10/24 14:32:22 deraadt Exp $"; +static char *rcsid = "$Id: repquota.c,v 1.3 1995/11/06 21:41:00 deraadt Exp $"; #endif /* not lint */ /* |