From owner-cvs-all Fri Apr 13 7:33:50 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 ACAEE37B42C; Fri, 13 Apr 2001 07:33:46 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Received: (from rwatson@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3DEXkg51961; Fri, 13 Apr 2001 07:33:46 -0700 (PDT) (envelope-from rwatson) Message-Id: <200104131433.f3DEXkg51961@freefall.freebsd.org> From: Robert Watson Date: Fri, 13 Apr 2001 07:33:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_prot.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG rwatson 2001/04/13 07:33:46 PDT Modified files: sys/kern kern_prot.c Log: o Since uid checks in p_cansignal() are now identical between P_SUGID and non-P_SUGID cases, simplify p_cansignal() logic so that the P_SUGID masking of possible signals is independent from uid checks, removing redundant code and generally improving readability. Reviewed by: tmm Obtained from: TrustedBSD Project Revision Changes Path 1.84 +15 -29 src/sys/kern/kern_prot.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message