diff options
author | kstailey <kstailey@cvs.openbsd.org> | 1996-12-08 17:40:30 +0000 |
---|---|---|
committer | kstailey <kstailey@cvs.openbsd.org> | 1996-12-08 17:40:30 +0000 |
commit | 9932c556eb4d4c3d822cb3c19b428131cf3eecee (patch) | |
tree | 9a864695bda8e46f71870ed12e978cbf0c924d4f /sys/miscfs/union/union_vnops.c | |
parent | 2acd5390dbb793d93f38c84e71f09fd69753d2f0 (diff) |
fixed comment in union_advlock
Diffstat (limited to 'sys/miscfs/union/union_vnops.c')
-rw-r--r-- | sys/miscfs/union/union_vnops.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/miscfs/union/union_vnops.c b/sys/miscfs/union/union_vnops.c index 77dfffc6982..fa78be69988 100644 --- a/sys/miscfs/union/union_vnops.c +++ b/sys/miscfs/union/union_vnops.c @@ -1,4 +1,4 @@ -/* $OpenBSD: union_vnops.c,v 1.5 1996/05/29 07:12:12 deraadt Exp $ */ +/* $OpenBSD: union_vnops.c,v 1.6 1996/12/08 17:40:29 kstailey Exp $ */ /* $NetBSD: union_vnops.c,v 1.30.4.1 1996/05/25 22:10:14 jtc Exp $ */ /* @@ -1782,6 +1782,7 @@ union_advlock(v) void *v; { struct vop_advlock_args /* { + struct vnodeop_desc *a_desc; struct vnode *a_vp; caddr_t a_id; int a_op; |