K 10 svn:author V 5 trasz K 8 svn:date V 27 2010-12-06T19:15:38.946096Z K 7 svn:log V 268 Add a KASSERT to make it obvious when fork_norfproc() is to be called, and set *procp to NULL in all cases. Previously, it was not being set in the ERESTART case. This is effectively no-op, since its value is ignored by callers in the error case. Reviewed by: kib@ END