diff options
Diffstat (limited to 'sys/fs/unionfs/union_vnops.c')
-rw-r--r-- | sys/fs/unionfs/union_vnops.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/fs/unionfs/union_vnops.c b/sys/fs/unionfs/union_vnops.c index ca415f0..fc485f3 100644 --- a/sys/fs/unionfs/union_vnops.c +++ b/sys/fs/unionfs/union_vnops.c @@ -35,11 +35,9 @@ * SUCH DAMAGE. * * @(#)union_vnops.c 8.32 (Berkeley) 6/23/95 - * $Id: union_vnops.c,v 1.51 1998/02/04 22:32:55 eivind Exp $ + * $Id: union_vnops.c,v 1.52 1998/02/06 02:42:21 kato Exp $ */ -#include "opt_diagnostic.h" - #include <sys/param.h> #include <sys/systm.h> #include <sys/proc.h> |