diff options
| author | KATO Takenori <kato@FreeBSD.org> | 1998-02-10 08:04:31 +0000 |
|---|---|---|
| committer | KATO Takenori <kato@FreeBSD.org> | 1998-02-10 08:04:31 +0000 |
| commit | 3e7e5157345ce46569a035ab907a6ecb723327e7 (patch) | |
| tree | 934b36d5c1def9a3aaec5b14a70df405e3849c43 /sys/miscfs | |
| parent | 720f30e25960a7e6a3caf828b3f3c58cb35551e9 (diff) | |
Notes
Diffstat (limited to 'sys/miscfs')
| -rw-r--r-- | sys/miscfs/union/union_vfsops.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/miscfs/union/union_vfsops.c b/sys/miscfs/union/union_vfsops.c index eeb197244833..78dc7f4fd10e 100644 --- a/sys/miscfs/union/union_vfsops.c +++ b/sys/miscfs/union/union_vfsops.c @@ -35,7 +35,7 @@ * SUCH DAMAGE. * * @(#)union_vfsops.c 8.20 (Berkeley) 5/20/95 - * $Id: union_vfsops.c,v 1.24 1998/02/04 22:32:53 eivind Exp $ + * $Id: union_vfsops.c,v 1.25 1998/02/06 12:13:44 eivind Exp $ */ /* @@ -96,7 +96,6 @@ union_mount(mp, path, data, ndp, p) char *cp = 0; int len; u_int size; - int islowerunlocked = 0; #ifdef UNION_DIAGNOSTIC printf("union_mount(mp = %x)\n", mp); |
