summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>1995-11-06 21:40:46 +0000
committerderaadt <deraadt@openbsd.org>1995-11-06 21:40:46 +0000
commit6815161e0c9e31f23f446c671b3810f2bdab9f7f (patch)
tree5549c1a54f73a30b4cd81be4518c3f4135904da2 /usr.sbin
parentIn ccdstart(), only translate the block number from partition-relative (diff)
downloadwireguard-openbsd-6815161e0c9e31f23f446c671b3810f2bdab9f7f.tar.xz
wireguard-openbsd-6815161e0c9e31f23f446c671b3810f2bdab9f7f.zip
Complete change from ufs -> ffs; (From Tatoku Ogaito; PR #1679)
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/edquota/edquota.c2
-rw-r--r--usr.sbin/quot/quot.c4
-rw-r--r--usr.sbin/quotaon/quotaon.c2
-rw-r--r--usr.sbin/repquota/repquota.c2
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 7ad626d9ffa..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.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 */
/*