K 10 svn:author V 3 jhb K 8 svn:date V 27 2001-09-18T21:20:58.000000Z K 7 svn:log V 242 If we have a p variable pointing to td->td_proc already, use it instead of needlessly repeating the indirection in several places. Half of the places used td->td_proc, and half used p. They are now consistent with each other and all use p. END