#ifdef KTRACE a variable to silence a warning.

Submitted by:	Maxime "mux" Henrion <mux@qualys.com>
This commit is contained in:
phk 2001-11-02 09:55:01 +00:00
parent e01b413b09
commit ed3343f883

View File

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