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:
kib 2012-02-24 11:02:35 +00:00
parent 8c39852ba5
commit a0f40cddfb

View File

@ -916,6 +916,7 @@ loop:
if (status)
*status = SIGCONT;
return (0);
}
PROC_UNLOCK(p);
}