From owner-cvs-all Thu Feb 7 12:28:44 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 852C337B41E; Thu, 7 Feb 2002 12:28:25 -0800 (PST) Received: (from julian@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g17KSPt69170; Thu, 7 Feb 2002 12:28:25 -0800 (PST) (envelope-from julian) Message-Id: <200202072028.g17KSPt69170@freefall.freebsd.org> From: Julian Elischer Date: Thu, 7 Feb 2002 12:28:25 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libkvm kvm_proc.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 julian 2002/02/07 12:28:25 PST Modified files: lib/libkvm kvm_proc.c Log: pre-emptively fix a KSE/M3 problem. Make a slight change so that libkvm reaches the main thread via the linked list, rather than assuming it is in the proc structure. Both conditions are true in -current but only the first will be true in the KSE M3 world. Revision Changes Path 1.42 +14 -7 src/lib/libkvm/kvm_proc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message