summaryrefslogtreecommitdiffstats
path: root/sys/ufs/lfs
diff options
context:
space:
mode:
Diffstat (limited to 'sys/ufs/lfs')
-rw-r--r--sys/ufs/lfs/lfs_alloc.c4
-rw-r--r--sys/ufs/lfs/lfs_inode.c4
-rw-r--r--sys/ufs/lfs/lfs_vfsops.c4
3 files changed, 9 insertions, 3 deletions
diff --git a/sys/ufs/lfs/lfs_alloc.c b/sys/ufs/lfs/lfs_alloc.c
index a64c34a..8d4e044 100644
--- a/sys/ufs/lfs/lfs_alloc.c
+++ b/sys/ufs/lfs/lfs_alloc.c
@@ -31,9 +31,11 @@
* SUCH DAMAGE.
*
* @(#)lfs_alloc.c 8.4 (Berkeley) 1/4/94
- * $Id: lfs_alloc.c,v 1.8 1995/04/16 11:25:47 davidg Exp $
+ * $Id: lfs_alloc.c,v 1.9 1995/12/07 12:47:55 davidg Exp $
*/
+#include "opt_quota.h"
+
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/kernel.h>
diff --git a/sys/ufs/lfs/lfs_inode.c b/sys/ufs/lfs/lfs_inode.c
index a7dfcb5..3e5e764 100644
--- a/sys/ufs/lfs/lfs_inode.c
+++ b/sys/ufs/lfs/lfs_inode.c
@@ -31,9 +31,11 @@
* SUCH DAMAGE.
*
* @(#)lfs_inode.c 8.5 (Berkeley) 12/30/93
- * $Id: lfs_inode.c,v 1.10 1995/09/04 00:21:00 dyson Exp $
+ * $Id: lfs_inode.c,v 1.11 1995/12/07 12:47:55 davidg Exp $
*/
+#include "opt_quota.h"
+
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/mount.h>
diff --git a/sys/ufs/lfs/lfs_vfsops.c b/sys/ufs/lfs/lfs_vfsops.c
index 58de7b7..c85f3c0 100644
--- a/sys/ufs/lfs/lfs_vfsops.c
+++ b/sys/ufs/lfs/lfs_vfsops.c
@@ -31,9 +31,11 @@
* SUCH DAMAGE.
*
* @(#)lfs_vfsops.c 8.7 (Berkeley) 4/16/94
- * $Id: lfs_vfsops.c,v 1.12 1995/08/28 09:19:12 julian Exp $
+ * $Id: lfs_vfsops.c,v 1.13 1995/12/17 21:09:53 phk Exp $
*/
+#include "opt_quota.h"
+
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/namei.h>
OpenPOWER on IntegriCloud