K 10 svn:author V 7 iedowse K 8 svn:date V 27 2001-10-07T16:11:37.000000Z K 7 svn:log V 309 Fix a typo in do_sigaction() where sa_sigaction and sa_handler were confused. Since sa_sigaction and sa_handler alias each other in a union, the bug was completely harmless. This had been fixed as part of the SIGCHLD changes in revision 1.125, but it was reverted when they were backed out in revision 1.126. END