K 10 svn:author V 7 rwatson K 8 svn:date V 27 2004-01-08T22:44:54.000000Z K 7 svn:log V 265 Drop the sigacts mutex around calls to stopevent() to avoid sleeping holding the mutex. Because the sigacts pointer can't change while the process is "live" (proc locking (x)), we know our pointer is still valid. In communication with: truckman Reviewed by: jhb END