Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/kern/vnode_if.src,v rcsdiff: /ftp/cvs/cvsroot/src/sys/kern/vnode_if.src,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.57.10.2 retrieving revision 1.58 diff -u -p -r1.57.10.2 -r1.58 --- src/sys/kern/vnode_if.src 2010/08/11 22:54:45 1.57.10.2 +++ src/sys/kern/vnode_if.src 2008/11/15 19:08:12 1.58 @@ -1,4 +1,4 @@ -# $NetBSD: vnode_if.src,v 1.57.10.2 2010/08/11 22:54:45 yamt Exp $ +# $NetBSD: vnode_if.src,v 1.58 2008/11/15 19:08:12 pooka Exp $ # # Copyright (c) 1992, 1993 # The Regents of the University of California. All rights reserved. @@ -396,6 +396,7 @@ vop_lock { # vop_unlock { IN LOCKED=YES struct vnode *vp; + IN int flags; }; #