K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-01-17T12:51:55.000000Z K 7 svn:log V 399 Yow! Is my face red... I just noticed (duh) that signal() always installs the handler with SA_RESTART set, so the system calls I wanted to have the timeout effect will just restart instead (which is NOT what I wanted). Sheepishly use sigaction() like a good boy and make timeouts actually do something. Also pass errors out more effectively so that fetch(1) actually understands what went wrong. END