Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Jan 2016 01:19:19 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r294968 - head/sys/dev/filemon
Message-ID:  <201601280119.u0S1JJbs068815@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bdrewery
Date: Thu Jan 28 01:19:19 2016
New Revision: 294968
URL: https://svnweb.freebsd.org/changeset/base/294968

Log:
  Follow-up r294967: Mark flags unused.
  
  X-MFC-With:	r294967
  MFC after:	2 weeks
  Sponsored by:	EMC / Isilon Storage Division

Modified:
  head/sys/dev/filemon/filemon_wrapper.c

Modified: head/sys/dev/filemon/filemon_wrapper.c
==============================================================================
--- head/sys/dev/filemon/filemon_wrapper.c	Thu Jan 28 01:17:55 2016	(r294967)
+++ head/sys/dev/filemon/filemon_wrapper.c	Thu Jan 28 01:19:19 2016	(r294968)
@@ -523,7 +523,7 @@ filemon_wrapper_unlink(struct thread *td
 
 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;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601280119.u0S1JJbs068815>