K 10 svn:author V 3 jhb K 8 svn:date V 27 2001-09-21T22:22:25.000000Z K 7 svn:log V 238 Use the passed in thread pointer instead of curthread in calls to selrecord() in ptcpoll(). The pre-KSE code used the passed in proc pointer rather than curproc, and an earlier seltrue() call uses the passed in thread and not curthread. END