summaryrefslogtreecommitdiffstats
path: root/sys/kern/vnode_if.pl
diff options
context:
space:
mode:
Diffstat (limited to 'sys/kern/vnode_if.pl')
-rw-r--r--sys/kern/vnode_if.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/vnode_if.pl b/sys/kern/vnode_if.pl
index 53236e5..32eabfe 100644
--- a/sys/kern/vnode_if.pl
+++ b/sys/kern/vnode_if.pl
@@ -322,8 +322,8 @@ line: while (<SRC>) {
printf CFILE "\t%s,\n", &find_arg_with_type('struct vnode **');
# cred (if any)
printf CFILE "\t%s,\n", &find_arg_with_type('struct ucred *');
- # proc (if any)
- printf CFILE "\t%s,\n", &find_arg_with_type('struct proc *');
+ # thread (if any)
+ printf CFILE "\t%s,\n", &find_arg_with_type('struct thread *');
# componentname
printf CFILE "\t%s,\n", &find_arg_with_type('struct componentname *');
# transport layer information
OpenPOWER on IntegriCloud