svn commit: r294968 - head/sys/dev/filemon

Bryan Drewery bdrewery at FreeBSD.org
Thu Jan 28 01:19:21 UTC 2016


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;


More information about the svn-src-head mailing list