Author: oshogbo
Date: Tue Sep 10 20:19:02 2019
New Revision: 352182
URL: https://svnweb.freebsd.org/changeset/base/352182

Log:
  MFCr350614:
    exit1: fix style nits

Modified:
  stable/12/sys/kern/kern_exit.c
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/sys/kern/kern_exit.c
==============================================================================
--- stable/12/sys/kern/kern_exit.c      Tue Sep 10 20:18:06 2019        
(r352181)
+++ stable/12/sys/kern/kern_exit.c      Tue Sep 10 20:19:02 2019        
(r352182)
@@ -456,7 +456,7 @@ exit1(struct thread *td, int rval, int signo)
                PROC_LOCK(q);
                q->p_sigparent = SIGCHLD;
 
-               if (!(q->p_flag & P_TRACED)) {
+               if ((q->p_flag & P_TRACED) == 0) {
                        proc_reparent(q, q->p_reaper, true);
                        if (q->p_state == PRS_ZOMBIE) {
                                /*
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to