K 10 svn:author V 3 pjd K 8 svn:date V 27 2004-04-01T00:08:20.000000Z K 7 svn:log V 306 Remove ps_argsopen check. It is was bogus in the past and was corrected not quite well by me - if kern.ps_argsopen was set to 0, users weren't permitted to see arguments of even own processes. But kern.ps_argsopen is going away, so just remove this check and leave security checks for p_cansee() function. END