From owner-cvs-all Fri Nov 2 15:50: 5 2001 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 D898A37B408; Fri, 2 Nov 2001 15:50:00 -0800 (PST) Received: (from des@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fA2No0K72582; Fri, 2 Nov 2001 15:50:00 -0800 (PST) (envelope-from des) Message-Id: <200111022350.fA2No0K72582@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Fri, 2 Nov 2001 15:50:00 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_sig.c 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 des 2001/11/02 15:50:00 PST Modified files: sys/kern kern_sig.c Log: We have a _SIG_VALID() macro, so use it instead of duplicating the test all over the place. Also replace a printf() + panic() with a KASSERT(). Reviewed by: jhb Revision Changes Path 1.138 +6 -8 src/sys/kern/kern_sig.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message