diff options
| author | Bryan Drewery <bdrewery@FreeBSD.org> | 2016-01-28 01:19:19 +0000 |
|---|---|---|
| committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2016-01-28 01:19:19 +0000 |
| commit | e95c55e50dd1558c886602ce39502c62d0c1c802 (patch) | |
| tree | 044e4efa2328351cb32e2933c7daa914f4936de2 /sys/dev/filemon | |
| parent | 2f6009620fa80bcf3899fdd6da19f4f088ce3c50 (diff) | |
Notes
Diffstat (limited to 'sys/dev/filemon')
| -rw-r--r-- | sys/dev/filemon/filemon_wrapper.c | 2 |
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; |
