K 10 svn:author V 3 jdp K 8 svn:date V 27 1999-10-09T00:25:29.000000Z K 7 svn:log V 308 Fix sigvec(). When the sigset_t changes came in, it was altered to call osigaction(). But that's wrong because it causes the handler to receive a struct osigcontext instead of the expected struct sigcontext. Use sigaction() instead, copying the compatible portion of the signal mask. Reviewed by: marcel END