artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a591a1b
)
fixed comment in union_advlock
author
kstailey
<kstailey@openbsd.org>
Sun, 8 Dec 1996 17:40:29 +0000
(17:40 +0000)
committer
kstailey
<kstailey@openbsd.org>
Sun, 8 Dec 1996 17:40:29 +0000
(17:40 +0000)
sys/miscfs/union/union_vnops.c
patch
|
blob
|
history
diff --git
a/sys/miscfs/union/union_vnops.c
b/sys/miscfs/union/union_vnops.c
index
77dfffc
..
fa78be6
100644
(file)
--- 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;