HomeFreeBSD

Use setjmp() instead of the identical-except-for-having-a-wrong-prototype

Description

Use setjmp() instead of the identical-except-for-having-a-wrong-prototype
setfault() when testing for faults. This should also help the compiler
do the right thing with this complicated-to-optimize function.

Details