break UFS up into FFS/UFS/LFS/MFS
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Tue, 12 Nov 1991 03:50:43 +0000 (19:50 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Tue, 12 Nov 1991 03:50:43 +0000 (19:50 -0800)
SCCS-vsn: usr.sbin/edquota/edquota.c 5.16
SCCS-vsn: usr.sbin/quot/quot.c 5.1
SCCS-vsn: usr.sbin/quotaon/quotaon.c 5.13
SCCS-vsn: usr.sbin/repquota/repquota.c 5.12

usr/src/usr.sbin/edquota/edquota.c
usr/src/usr.sbin/quot/quot.c
usr/src/usr.sbin/quotaon/quotaon.c
usr/src/usr.sbin/repquota/repquota.c

index 708d097..57f0d75 100644 (file)
@@ -15,7 +15,7 @@ char copyright[] =
 #endif /* not lint */
 
 #ifndef lint
 #endif /* not lint */
 
 #ifndef lint
-static char sccsid[] = "@(#)edquota.c  5.15 (Berkeley) %G%";
+static char sccsid[] = "@(#)edquota.c  5.16 (Berkeley) %G%";
 #endif /* not lint */
 
 /*
 #endif /* not lint */
 
 /*
@@ -25,7 +25,7 @@ static char sccsid[] = "@(#)edquota.c 5.15 (Berkeley) %G%";
 #include <sys/stat.h>
 #include <sys/file.h>
 #include <sys/wait.h>
 #include <sys/stat.h>
 #include <sys/file.h>
 #include <sys/wait.h>
-#include <ufs/quota.h>
+#include <ufs/ufs/quota.h>
 #include <errno.h>
 #include <fstab.h>
 #include <pwd.h>
 #include <errno.h>
 #include <fstab.h>
 #include <pwd.h>
index 38051ba..4ed7108 100644 (file)
@@ -12,16 +12,12 @@ char copyright[] =
 #endif /* not lint */
 
 #ifndef lint
 #endif /* not lint */
 
 #ifndef lint
-static char sccsid[] = "@(#)quot.c     4.21 (Berkeley) %G%";
+static char sccsid[] = "@(#)quot.c     5.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #endif /* not lint */
 
-/*
- * quot
- */
-
 #include <sys/param.h>
 #include <sys/param.h>
-#include <ufs/dinode.h>
-#include <ufs/fs.h>
+#include <ufs/ufs/dinode.h>
+#include <ufs/ffs/fs.h>
 #include <fcntl.h>
 #include <unistd.h>
 #include <stdio.h>
 #include <fcntl.h>
 #include <unistd.h>
 #include <stdio.h>
index e527955..eed1a73 100644 (file)
@@ -15,7 +15,7 @@ char copyright[] =
 #endif /* not lint */
 
 #ifndef lint
 #endif /* not lint */
 
 #ifndef lint
-static char sccsid[] = "@(#)quotaon.c  5.12 (Berkeley) %G%";
+static char sccsid[] = "@(#)quotaon.c  5.13 (Berkeley) %G%";
 #endif /* not lint */
 
 /*
 #endif /* not lint */
 
 /*
@@ -24,7 +24,7 @@ static char sccsid[] = "@(#)quotaon.c 5.12 (Berkeley) %G%";
 #include <sys/param.h>
 #include <sys/file.h>
 #include <sys/mount.h>
 #include <sys/param.h>
 #include <sys/file.h>
 #include <sys/mount.h>
-#include <ufs/quota.h>
+#include <ufs/ufs/quota.h>
 #include <stdio.h>
 #include <fstab.h>
 
 #include <stdio.h>
 #include <fstab.h>
 
index f8e3c8b..a0d0fd6 100644 (file)
@@ -15,7 +15,7 @@ char copyright[] =
 #endif /* not lint */
 
 #ifndef lint
 #endif /* not lint */
 
 #ifndef lint
-static char sccsid[] = "@(#)repquota.c 5.11 (Berkeley) %G%";
+static char sccsid[] = "@(#)repquota.c 5.12 (Berkeley) %G%";
 #endif /* not lint */
 
 /*
 #endif /* not lint */
 
 /*
@@ -23,7 +23,7 @@ static char sccsid[] = "@(#)repquota.c        5.11 (Berkeley) %G%";
  */
 #include <sys/param.h>
 #include <sys/stat.h>
  */
 #include <sys/param.h>
 #include <sys/stat.h>
-#include <ufs/quota.h>
+#include <ufs/ufs/quota.h>
 #include <fstab.h>
 #include <pwd.h>
 #include <grp.h>
 #include <fstab.h>
 #include <pwd.h>
 #include <grp.h>