K 10 svn:author V 3 bde K 8 svn:date V 27 1998-12-16T16:06:29.000000Z K 7 svn:log V 358 Removed all traces of SYSCTL_INTPTR(). Pointers can't really be passed across the kernel -> application interface, and for the one sysctl where they were passed and actually used (kern.ps_strings), the applications want addresses represented as u_longs anyway (the other sysctl that passed them, kern.usrstack, has never been used). Agreed to by: dfr, phk END