diff options
| author | Eivind Eklund <eivind@FreeBSD.org> | 1998-02-06 12:14:30 +0000 |
|---|---|---|
| committer | Eivind Eklund <eivind@FreeBSD.org> | 1998-02-06 12:14:30 +0000 |
| commit | 0b08f5f73743f75cfe4603d65bf68a36aca310af (patch) | |
| tree | f2b2237b4e93c12887da2b4f11bd323cf46ea26a /sys/kern/vfs_export.c | |
| parent | dbf1ec592eb130f8c9cdadd66e7020bb30232701 (diff) | |
Notes
Diffstat (limited to 'sys/kern/vfs_export.c')
| -rw-r--r-- | sys/kern/vfs_export.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/kern/vfs_export.c b/sys/kern/vfs_export.c index 08b65bc55df8..478a5c643fc2 100644 --- a/sys/kern/vfs_export.c +++ b/sys/kern/vfs_export.c @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)vfs_subr.c 8.31 (Berkeley) 5/26/95 - * $Id: vfs_subr.c,v 1.128 1998/02/04 22:32:40 eivind Exp $ + * $Id: vfs_subr.c,v 1.129 1998/02/05 03:32:11 dyson Exp $ */ /* @@ -44,7 +44,6 @@ */ #include "opt_ddb.h" #include "opt_devfs.h" -#include "opt_diagnostic.h" #include <sys/param.h> #include <sys/systm.h> |
