#ifdef KTRACE a variable to silence a warning.
Submitted by: Maxime "mux" Henrion <mux@qualys.com>
This commit is contained in:
parent
e01b413b09
commit
ed3343f883
@ -124,7 +124,9 @@ exit1(td, rv)
|
||||
struct proc *p = td->td_proc;
|
||||
register struct proc *q, *nq;
|
||||
register struct vmspace *vm;
|
||||
#ifdef KTRACE
|
||||
struct vnode *vtmp;
|
||||
#endif
|
||||
struct exitlist *ep;
|
||||
|
||||
GIANT_REQUIRED;
|
||||
|
Loading…
Reference in New Issue
Block a user