K 10 svn:author V 3 bde K 8 svn:date V 27 1998-05-11T12:11:59.000000Z K 7 svn:log V 357 Fixed gross errors in previous commit. `sapipe' was used uninitialized to attempt to unblock SIGCHLD, but we actually want to unignore SIGPIPE. Obtained from: OpenBSD Finished conversion from sigvec to sigaction (don't assume that sa_mask is a scalar...). Didn't convert from sigblock to sigprocmask. Didn't fix missing error checking for sigaction... END