Follow-up r294967: Mark flags unused.

X-MFC-With:	r294967
MFC after:	2 weeks
Sponsored by:	EMC / Isilon Storage Division
This commit is contained in:
Bryan Drewery 2016-01-28 01:19:19 +00:00
parent 2f6009620f
commit e95c55e50d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=294968

View File

@ -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;