From owner-cvs-all@FreeBSD.ORG Thu Jan 26 12:15:08 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A5E1216A420; Thu, 26 Jan 2006 12:15:08 +0000 (GMT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B52F43D46; Thu, 26 Jan 2006 12:15:08 +0000 (GMT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0QCF7W3060790; Thu, 26 Jan 2006 12:15:07 GMT (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0QCF7HA060789; Thu, 26 Jan 2006 12:15:07 GMT (envelope-from harti) Message-Id: <200601261215.k0QCF7HA060789@repoman.freebsd.org> From: Hartmut Brandt Date: Thu, 26 Jan 2006 12:15:06 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/bsnmpd/modules/snmp_hostres hostres_processor_tbl.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Jan 2006 12:15:08 -0000 harti 2006-01-26 12:15:06 UTC FreeBSD src repository Modified files: usr.sbin/bsnmpd/modules/snmp_hostres hostres_processor_tbl.c Log: Fix a bug in the processor load code: the wrong process was used to get the inital processor load. Also fix compilation on sparc64 without NDEBUG. Revision Changes Path 1.4 +3 -3 src/usr.sbin/bsnmpd/modules/snmp_hostres/hostres_processor_tbl.c