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:
parent
9d22083da8
commit
dcdc6c361b
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user