From owner-cvs-all Thu Feb 7 15: 5:47 2002 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 3E50C37B400; Thu, 7 Feb 2002 15:05:41 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g17N5fx11805; Thu, 7 Feb 2002 15:05:41 -0800 (PST) (envelope-from peter) Message-Id: <200202072305.g17N5fx11805@freefall.freebsd.org> From: Peter Wemm Date: Thu, 7 Feb 2002 15:05:40 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern sys_process.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG peter 2002/02/07 15:05:40 PST Modified files: sys/kern sys_process.c Log: Fix a whole bunch of long lines introduced by previous commit by using td = FIRST_THREAD_IN_PROC(p) once, after we have identified the process that we are operating on. Revision Changes Path 1.78 +15 -11 src/sys/kern/sys_process.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message