From owner-cvs-all Thu Sep 10 11:06:33 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA20094 for cvs-all-outgoing; Thu, 10 Sep 1998 11:06:33 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA20068; Thu, 10 Sep 1998 11:06:30 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA18552; Thu, 10 Sep 1998 11:06:28 -0700 (PDT) Date: Thu, 10 Sep 1998 11:06:28 -0700 (PDT) Message-Id: <199809101806.LAA18552@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/bin/ps nlist.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1998/09/10 11:06:28 PDT Modified files: bin/ps nlist.c Log: Fixed breakage of %CPU and %MEM in the previous commit. sysctlbyname() was called with wrong args so it always failed. PR: 7881 Revision Changes Path 1.12 +11 -5 src/bin/ps/nlist.c