diff options
author | eivind <eivind@FreeBSD.org> | 1998-02-06 12:14:30 +0000 |
---|---|---|
committer | eivind <eivind@FreeBSD.org> | 1998-02-06 12:14:30 +0000 |
commit | 4547a09753662d6525ae498b0da796738fa1bb22 (patch) | |
tree | 41dc9b04c45389c79e84d3a141cbe7ea5344d493 /sys/miscfs/nullfs/null_vfsops.c | |
parent | 9416651e391c8c68c7e2245cd88c5133818f760f (diff) | |
download | FreeBSD-src-4547a09753662d6525ae498b0da796738fa1bb22.zip FreeBSD-src-4547a09753662d6525ae498b0da796738fa1bb22.tar.gz |
Back out DIAGNOSTIC changes.
Diffstat (limited to 'sys/miscfs/nullfs/null_vfsops.c')
-rw-r--r-- | sys/miscfs/nullfs/null_vfsops.c | 3 |
1 files changed, 1 insertions, 2 deletions
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> |