mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-29 08:08:37 +00:00
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:
parent
2f6009620f
commit
e95c55e50d
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=294968
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user