From 5d323db7413bba2c10a286051339802828179470 Mon Sep 17 00:00:00 2001 From: kstailey Date: Sun, 8 Dec 1996 17:40:29 +0000 Subject: [PATCH] fixed comment in union_advlock --- sys/miscfs/union/union_vnops.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; -- 2.20.1