diff options
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/filemon/filemon_wrapper.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/filemon/filemon_wrapper.c b/sys/dev/filemon/filemon_wrapper.c index 4d2d88aabec13..262d6b63aeb95 100644 --- a/sys/dev/filemon/filemon_wrapper.c +++ b/sys/dev/filemon/filemon_wrapper.c @@ -103,8 +103,7 @@ filemon_event_process_exec(void *arg __unused, struct proc *p, fullpath = "<unknown>"; freepath = NULL; - vn_fullpath(FIRST_THREAD_IN_PROC(p), imgp->vp, &fullpath, - &freepath); + vn_fullpath(curthread, imgp->vp, &fullpath, &freepath); len = snprintf(filemon->msgbufr, sizeof(filemon->msgbufr), "E %d %s\n", |
