diff options
Diffstat (limited to 'sys/ufs/lfs/lfs_vfsops.c')
-rw-r--r-- | sys/ufs/lfs/lfs_vfsops.c | 4 |
1 files changed, 3 insertions, 1 deletions
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> |