Restore the return statement erronously removed in the r232048.

Submitted by:	cognet
Pointy hat to:	kib (reuse the one I already got today)
MFC after:	13 days
This commit is contained in:
Konstantin Belousov 2012-02-24 11:02:35 +00:00
parent 9d22083da8
commit dcdc6c361b

View File

@ -916,6 +916,7 @@ kern_wait(struct thread *td, pid_t pid, int *status, int options,
if (status)
*status = SIGCONT;
return (0);
}
PROC_UNLOCK(p);
}