K 10 svn:author V 3 pjd K 8 svn:date V 27 2006-09-04T10:26:17.000000Z K 7 svn:log V 304 MFC: sys/kern/kern_fork.c 1.259 - Use suser_cred(9) instead of checking cr_ruid directly. - For privileged processes safe two mutex operations. We may want to consider if this is good idea to use SUSER_ALLOWJAIL here, but for now I didn't wanted to change the original behaviour. Reviewed by: rwatson END