From owner-cvs-all Sun Feb 10 18:13:30 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C211437B405; Sun, 10 Feb 2002 18:13:22 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1B2DLg71657; Sun, 10 Feb 2002 18:13:21 -0800 (PST) (envelope-from bde) Message-Id: <200202110213.g1B2DLg71657@freefall.freebsd.org> From: Bruce Evans Date: Sun, 10 Feb 2002 18:13:21 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys param.h systm.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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 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 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