Hi All, While resolving some conflicts with the local changes I made to signal.cc, I came across what I believe to be a typo. There is an if-statement in the sigaction function which is empty. FWICT, based on logic and indentation, the expression following the if-statement was intended to be the expression used when the if-statement returned true. I'm not entirely sure what side-effects this had (if any), but hopefully it might fix something.
Cheers, Nicholas __________________________________________________________________ New! Unlimited Netscape Internet Service. Only $9.95 a month -- Sign up today at http://isp.netscape.com/register Act now to get a personalized email address! Netscape. Just the Net You Need.
cygwin-signal_cc-typo.patch
Description: cygwin-signal_cc-typo.patch
2004-01-21 Nicholas Wourms <[EMAIL PROTECTED]>
* signal.cc (sigaction): Fix if-statement typo.
