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.sh,v rcsdiff: /ftp/cvs/cvsroot/src/sys/kern/vnode_if.sh,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.63 retrieving revision 1.64 diff -u -p -r1.63 -r1.64 --- src/sys/kern/vnode_if.sh 2017/04/11 14:29:32 1.63 +++ src/sys/kern/vnode_if.sh 2017/04/16 17:18:28 1.64 @@ -29,7 +29,7 @@ copyright="\ * SUCH DAMAGE. */ " -SCRIPT_ID='$NetBSD: vnode_if.sh,v 1.63 2017/04/11 14:29:32 riastradh Exp $' +SCRIPT_ID='$NetBSD: vnode_if.sh,v 1.64 2017/04/16 17:18:28 riastradh Exp $' # Script to produce VFS front-end sugar. # @@ -370,8 +370,9 @@ function offsets() { word = "RELE"; } printf(" | VDESC_VP%s_WILL%s", vpnum, word); - vpnum++; } + if (argtype[i] == "struct vnode *") + vpnum++; } print ","; # vp offsets