K 10 svn:author V 6 julian K 8 svn:date V 27 2001-09-12T20:26:57.000000Z K 7 svn:log V 374 If an incoming struct proc could have been NULL before, tehn don't automatically change the code to add struct proc *p = td->td_proc; because now 'td' is probably capable of being NULL too. I expect to see more of this kind of error during the 'weeding' process. It's too easy to make. (junior hacker project.. look for these :-) Submitted by: mark Peek END