K 10 svn:author V 2 jb K 8 svn:date V 27 1998-02-15T00:46:47.000000Z K 7 svn:log V 214 signal() returns SIG_ERR, not just -1. The sys/signal.h header file provides the cast from -1 to the signal() return type, so no further casting by programmers should be required. Pointed out by: bde (of course). END