Dag-Erling Smorgrav <[EMAIL PROTECTED]> writes:
>     if (sigsetjmp(env) == -1) {

Blah, this should be

    if (sigsetjmp(env, 1) == -1) {

DES
-- 
Dag-Erling Smorgrav - [EMAIL PROTECTED]

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to