K 10 svn:author V 3 sef K 8 svn:date V 27 1996-12-07T20:20:41.000000Z K 7 svn:log V 218 Change how SIGINFO is handled -- set a flag (of sig_atomic_t), and check that flag on every iteration of the loop. This avoids calling fprintf inside a signal handler, which is always somewhat icky. Reviewed by: bde END