K 10 svn:author V 3 bde K 8 svn:date V 27 1997-04-20T17:26:55.000000Z K 7 svn:log V 415 Fixed the type of timeout functions and removed casts that hid the type mismatches. mcd and scd were/are particularly bogus. They used a general purpose function taking 2 args for the timeout function and fudged varargs stuff to supply the second arg for the timeout case. This broke `cc -mrtd'. Bounce through a timeout function instead. The timeout arg still gets bogusly cast from int to `void *' and back. END