K 10 svn:author V 3 bde K 8 svn:date V 27 1998-12-16T16:28:58.000000Z K 7 svn:log V 305 Removed the cast to a pointer in the definition of PS_STRINGS and adjusted related casts to match (only in the kernel in this commit). The pointer was only wanted in one place in kern_exec.c. Applications should use the kern.ps_strings sysctl instead of PS_STRINGS, so they shouldn't notice this change. END