diff options
Diffstat (limited to 'sys/kern/vfs_cluster.c')
-rw-r--r-- | sys/kern/vfs_cluster.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/kern/vfs_cluster.c b/sys/kern/vfs_cluster.c index 02d7610..220f760 100644 --- a/sys/kern/vfs_cluster.c +++ b/sys/kern/vfs_cluster.c @@ -33,11 +33,10 @@ * SUCH DAMAGE. * * @(#)vfs_cluster.c 8.7 (Berkeley) 2/13/94 - * $Id: vfs_cluster.c,v 1.53 1998/01/31 11:56:01 dyson Exp $ + * $Id: vfs_cluster.c,v 1.54 1998/02/04 22:32:39 eivind Exp $ */ #include "opt_debug_cluster.h" -#include "opt_diagnostic.h" #include <sys/param.h> #include <sys/systm.h> |