From owner-cvs-src@FreeBSD.ORG Sat Sep 27 01:12:42 2003 Return-Path: <owner-cvs-src@FreeBSD.ORG> Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 93D9F16A4B3; Sat, 27 Sep 2003 01:12:42 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 166DC43F3F; Sat, 27 Sep 2003 01:12:42 -0700 (PDT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h8R8CfXJ008698; Sat, 27 Sep 2003 01:12:41 -0700 (PDT) (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h8R8CfKN008697; Sat, 27 Sep 2003 01:12:41 -0700 (PDT) (envelope-from tjr) Message-Id: <200309270812.h8R8CfKN008697@repoman.freebsd.org> From: "Tim J. Robbins" <tjr@FreeBSD.org> Date: Sat, 27 Sep 2003 01:12:41 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libkvm kvm_proc.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>, <mailto:cvs-src-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-src> List-Post: <mailto:cvs-src@freebsd.org> List-Help: <mailto:cvs-src-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>, <mailto:cvs-src-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 27 Sep 2003 08:12:42 -0000 tjr 2003/09/27 01:12:41 PDT FreeBSD src repository Modified files: lib/libkvm kvm_proc.c Log: Use the 3-component version of the KERN_PROC_PROC sysctl. Revision Changes Path 1.71 +4 -2 src/lib/libkvm/kvm_proc.c