diff options
Diffstat (limited to 'sys/miscfs/nullfs/null_vfsops.c')
-rw-r--r-- | sys/miscfs/nullfs/null_vfsops.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/miscfs/nullfs/null_vfsops.c b/sys/miscfs/nullfs/null_vfsops.c index 7ffb40d..bfb97d6 100644 --- a/sys/miscfs/nullfs/null_vfsops.c +++ b/sys/miscfs/nullfs/null_vfsops.c @@ -36,7 +36,7 @@ * @(#)null_vfsops.c 8.2 (Berkeley) 1/21/94 * * @(#)lofs_vfsops.c 1.2 (Berkeley) 6/18/92 - * $Id: null_vfsops.c,v 1.21 1998/01/01 08:28:05 bde Exp $ + * $Id: null_vfsops.c,v 1.22 1998/01/31 07:23:12 eivind Exp $ */ /* @@ -44,6 +44,7 @@ * (See null_vnops.c for a description of what this does.) */ +#include "opt_diagnostic.h" #include "opt_debug_nullfs.h" #include <sys/param.h> |