Date: Sun, 10 Feb 2002 18:13:21 -0800 (PST) From: Bruce Evans <bde@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys param.h systm.h Message-ID: <200202110213.g1B2DLg71657@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 2002/02/10 18:13:21 PST Modified files: sys/sys param.h systm.h Log: Move the declaration of panic() from sys/param.h back to sys/systm.h. Almost all .c files have to include <sys/systm.h> for more than its declaration of panic(), so little is gained from declaring panic() in a wrong place. This probably depends on missing garbage collection of the includes of <sys/systm.h> that were added to get snprintf() declared for old versions of the ktr macros. Revision Changes Path 1.111 +0 -12 src/sys/sys/param.h 1.161 +6 -0 src/sys/sys/systm.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?200202110213.g1B2DLg71657>