K 10 svn:author V 3 pjd K 8 svn:date V 27 2012-06-19T22:21:59.646665Z K 7 svn:log V 403 The falloc() function obtains two references to newly created 'fp'. On success we have to drop one after procdesc_finit() and on failure we have to close allocated slot with fdclose(), which also drops one reference for us and drop the remaining reference with fdrop(). Without this change closing process descriptor didn't result in killing pdfork(2)ed child. Reviewed by: rwatson MFC after: 1 month END