CVSROOT:        /cvs
Module name:    src
Changes by:     clau...@cvs.openbsd.org 2024/11/16 05:54:05

Modified files:
        sys/kern       : kern_sig.c 

Log message:
Remove unreachable check for orphaned process groups in cursig.

setsigctx() now does this check and clears sig_stop in that case and
instead set sig_ignore. So the check in cursig that is based on sig_stop
can never be true.
OK mpi@

Reply via email to