K 10 svn:author V 6 dillon K 8 svn:date V 27 1999-01-29T08:12:49.000000Z K 7 svn:log V 408 Commit a solution for the SYSINIT vs C_SYSINIT conundrum. The problem and solution is outlined in the comments, but basically we needed a way to allow the SYSINIT mechanism to handle const void * arguments and function pointers as well as non-const arguments and function pointers while still maintaining the compiler's ability to issue warnings if you try to use a bad combination. END