From: kstailey Date: Sun, 8 Dec 1996 17:40:29 +0000 (+0000) Subject: fixed comment in union_advlock X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=5d323db7413bba2c10a286051339802828179470;p=openbsd fixed comment in union_advlock --- 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;