Date: Fri, 29 Jan 1999 00:12:49 -0800 (PST) From: Matt Dillon <dillon@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/sys kernel.h Message-ID: <199901290812.AAA38134@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
dillon 1999/01/29 00:12:49 PST Modified files: sys/sys kernel.h Log: 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. Revision Changes Path 1.52 +28 -20 src/sys/sys/kernel.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199901290812.AAA38134>