diff options
Diffstat (limited to 'sys/ufs/mfs/mfs_vfsops.c')
-rw-r--r-- | sys/ufs/mfs/mfs_vfsops.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/ufs/mfs/mfs_vfsops.c b/sys/ufs/mfs/mfs_vfsops.c index c811ab2..7bb5cb9 100644 --- a/sys/ufs/mfs/mfs_vfsops.c +++ b/sys/ufs/mfs/mfs_vfsops.c @@ -31,9 +31,11 @@ * SUCH DAMAGE. * * @(#)mfs_vfsops.c 8.11 (Berkeley) 6/19/95 - * $Id: mfs_vfsops.c,v 1.37 1997/11/01 20:19:43 tegge Exp $ + * $Id: mfs_vfsops.c,v 1.38 1997/11/12 05:42:30 julian Exp $ */ +#include "opt_mfs.h" + #include <sys/param.h> #include <sys/systm.h> #include <sys/conf.h> |