summaryrefslogtreecommitdiff
path: root/sys/miscfs/nullfs/null_vfsops.c
diff options
context:
space:
mode:
authorEivind Eklund <eivind@FreeBSD.org>1998-02-06 12:14:30 +0000
committerEivind Eklund <eivind@FreeBSD.org>1998-02-06 12:14:30 +0000
commit0b08f5f73743f75cfe4603d65bf68a36aca310af (patch)
treef2b2237b4e93c12887da2b4f11bd323cf46ea26a /sys/miscfs/nullfs/null_vfsops.c
parentdbf1ec592eb130f8c9cdadd66e7020bb30232701 (diff)
Notes
Diffstat (limited to 'sys/miscfs/nullfs/null_vfsops.c')
-rw-r--r--sys/miscfs/nullfs/null_vfsops.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/miscfs/nullfs/null_vfsops.c b/sys/miscfs/nullfs/null_vfsops.c
index bfb97d66c762..30515a543d35 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>