From owner-p4-projects Sun May 19 16:50:55 2002 Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id D352037B40C; Sun, 19 May 2002 16:50:51 -0700 (PDT) Delivered-To: perforce@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1CEDF37B414 for ; Sun, 19 May 2002 16:50:51 -0700 (PDT) Received: (from perforce@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4JNopk40635 for perforce@freebsd.org; Sun, 19 May 2002 16:50:51 -0700 (PDT) (envelope-from mini@freebsd.org) Date: Sun, 19 May 2002 16:50:51 -0700 (PDT) Message-Id: <200205192350.g4JNopk40635@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: perforce set sender to mini@freebsd.org using -f From: Jonathan Mini Subject: PERFORCE change 11562 for review To: Perforce Change Reviews Sender: owner-p4-projects@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG http://people.freebsd.org/~peter/p4db/chv.cgi?CH=11562 Change 11562 by mini@mini_stylus on 2002/05/19 16:50:14 - Don't indent a line differently for no reason. - Intent a comment the same as the code around it. Affected files ... ... //depot/projects/kse/sys/compat/svr4/svr4_misc.c#13 edit Differences ... ==== //depot/projects/kse/sys/compat/svr4/svr4_misc.c#13 (text+ko) ==== @@ -1372,10 +1372,10 @@ nprocs--; return 0; } -/* XXXKSE this needs clarification */ + /* XXXKSE this needs clarification */ if (P_SHOULDSTOP(q) && ((q->p_flag & P_WAITED) == 0) && (q->p_flag & P_TRACED || - (SCARG(uap, options) & (SVR4_WSTOPPED|SVR4_WCONTINUED)))) { + (SCARG(uap, options) & (SVR4_WSTOPPED|SVR4_WCONTINUED)))) { mtx_unlock_spin(&sched_lock); DPRINTF(("jobcontrol %d\n", q->p_pid)); if (((SCARG(uap, options) & SVR4_WNOWAIT)) == 0) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe p4-projects" in the body of the message