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
8c39852ba5
commit
a0f40cddfb
@ -916,6 +916,7 @@ loop:
|
||||
|
||||
if (status)
|
||||
*status = SIGCONT;
|
||||
return (0);
|
||||
}
|
||||
PROC_UNLOCK(p);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user