Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Apr 2001 07:33:46 -0700 (PDT)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern kern_prot.c
Message-ID:  <200104131433.f3DEXkg51961@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200104131433.f3DEXkg51961>