Make this compile.

Pointy hat to:	dillon
This commit is contained in:
Jake Burkholder 2002-03-27 06:44:32 +00:00
parent 4ad8d4f520
commit f2a79bb9b4

View File

@ -134,7 +134,6 @@ thread_link(struct thread *td, struct ksegrp *kg)
TAILQ_INSERT_HEAD(&p->p_threads, td, td_plist);
TAILQ_INSERT_HEAD(&kg->kg_threads, td, td_kglist);
td->td_critnest = 0;
td->td_savecrit = 0;
td->td_kse = NULL;
}