From owner-cvs-all Fri May 4 11:13:14 2001 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 E3B8F37B423; Fri, 4 May 2001 11:13:11 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f44IDBu57952; Fri, 4 May 2001 11:13:11 -0700 (PDT) (envelope-from jhb) Message-Id: <200105041813.f44IDBu57952@freefall.freebsd.org> From: John Baldwin Date: Fri, 4 May 2001 11:13:11 -0700 (PDT) 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 X-Loop: FreeBSD.ORG jhb 2001/05/04 11:13:11 PDT Modified files: sys/kern sys_process.c Log: Fix a bug in the pfind() changes due to confusing the process returned by pfind() ('pp') with the process being detached from ptrace. Reported by: bde Revision Changes Path 1.66 +7 -2 src/sys/kern/sys_process.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message