diff options
Diffstat (limited to 'sys/miscfs/nullfs')
-rw-r--r-- | sys/miscfs/nullfs/null_subr.c | 3 | ||||
-rw-r--r-- | sys/miscfs/nullfs/null_vfsops.c | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/sys/miscfs/nullfs/null_subr.c b/sys/miscfs/nullfs/null_subr.c index 9932099..de64494 100644 --- a/sys/miscfs/nullfs/null_subr.c +++ b/sys/miscfs/nullfs/null_subr.c @@ -35,11 +35,10 @@ * * @(#)null_subr.c 8.7 (Berkeley) 5/14/95 * - * $Id: null_subr.c,v 1.14 1998/01/31 07:23:12 eivind Exp $ + * $Id: null_subr.c,v 1.15 1998/02/04 22:32:46 eivind Exp $ */ #include "opt_debug_nullfs.h" -#include "opt_diagnostic.h" #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/miscfs/nullfs/null_vfsops.c b/sys/miscfs/nullfs/null_vfsops.c index bfb97d6..30515a5 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.22 1998/01/31 07:23:12 eivind Exp $ + * $Id: null_vfsops.c,v 1.23 1998/02/04 22:32:47 eivind Exp $ */ /* @@ -44,7 +44,6 @@ * (See null_vnops.c for a description of what this does.) */ -#include "opt_diagnostic.h" #include "opt_debug_nullfs.h" #include <sys/param.h> |