aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/filemon
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2016-01-28 01:19:19 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2016-01-28 01:19:19 +0000
commite95c55e50dd1558c886602ce39502c62d0c1c802 (patch)
tree044e4efa2328351cb32e2933c7daa914f4936de2 /sys/dev/filemon
parent2f6009620fa80bcf3899fdd6da19f4f088ce3c50 (diff)
Notes
Diffstat (limited to 'sys/dev/filemon')
-rw-r--r--sys/dev/filemon/filemon_wrapper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/filemon/filemon_wrapper.c b/sys/dev/filemon/filemon_wrapper.c
index ea44175c8bcc..33dcc1304486 100644
--- a/sys/dev/filemon/filemon_wrapper.c
+++ b/sys/dev/filemon/filemon_wrapper.c
@@ -523,7 +523,7 @@ filemon_wrapper_unlink(struct thread *td, struct unlink_args *uap)
static void
filemon_event_process_fork(void *arg __unused, struct proc *p1,
- struct proc *p2, int flags)
+ struct proc *p2, int flags __unused)
{
size_t len;
struct filemon *filemon;