Fix style bug introduced by previous commit.

This commit is contained in:
Edward Tomasz Napierala 2010-12-06 16:45:36 +00:00
parent 1d845e8638
commit f68c74bbd3

View File

@ -233,7 +233,7 @@ fork_norfproc(struct thread *td, int flags, struct proc **procp)
fail:
if (((p1->p_flag & (P_HADTHREADS|P_SYSTEM)) == P_HADTHREADS) &&
(flags & (RFCFDG | RFFDG))) {
(flags & (RFCFDG | RFFDG))) {
PROC_LOCK(p1);
thread_single_end();
PROC_UNLOCK(p1);