From owner-cvs-src-old@FreeBSD.ORG Sat Jun 5 22:58:12 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4F6D810656C5 for ; Sat, 5 Jun 2010 22:58:12 +0000 (UTC) (envelope-from fabient@FreeBSD.org) Received: from repoman.freebsd.org (unknown [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 23FFA8FC0A for ; Sat, 5 Jun 2010 22:58:12 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o55MwCdD056989 for ; Sat, 5 Jun 2010 22:58:12 GMT (envelope-from fabient@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o55MwCDJ056988 for cvs-src-old@freebsd.org; Sat, 5 Jun 2010 22:58:12 GMT (envelope-from fabient@repoman.freebsd.org) Message-Id: <201006052258.o55MwCDJ056988@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to fabient@repoman.freebsd.org using -f From: Fabien Thomas Date: Sat, 5 Jun 2010 22:57:53 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/pmcstat pmcpl_calltree.c pmcstat.c pmcstat_log.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Jun 2010 22:58:12 -0000 fabient 2010-06-05 22:57:53 UTC FreeBSD src repository Modified files: usr.sbin/pmcstat pmcpl_calltree.c pmcstat.c pmcstat_log.c Log: SVN rev 208858 on 2010-06-05 22:57:53Z by fabient Fix warnings found by Coverity. Found with: Coverity Prevent(tm) MFC after: 1 month Revision Changes Path 1.7 +5 -3 src/usr.sbin/pmcstat/pmcpl_calltree.c 1.28 +2 -1 src/usr.sbin/pmcstat/pmcstat.c 1.21 +1 -0 src/usr.sbin/pmcstat/pmcstat_log.c