From owner-cvs-src@FreeBSD.ORG Fri May 28 18:45:03 2004 Return-Path: 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 A04EF16A4CE; Fri, 28 May 2004 18:45:03 -0700 (PDT) Received: from smtp01.syd.iprimus.net.au (smtp01.syd.iprimus.net.au [210.50.30.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id D341843D2D; Fri, 28 May 2004 18:45:02 -0700 (PDT) (envelope-from tim@robbins.dropbear.id.au) Received: from robbins.dropbear.id.au (210.50.249.86) by smtp01.syd.iprimus.net.au (7.0.024) id 40B7A0DA0000B1A8; Sat, 29 May 2004 11:44:31 +1000 Received: by robbins.dropbear.id.au (Postfix, from userid 1000) id CA68A41CD; Sat, 29 May 2004 11:45:04 +1000 (EST) Date: Sat, 29 May 2004 11:45:04 +1000 From: Tim Robbins To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Message-ID: <20040529014504.GA3457@cat.robbins.dropbear.id.au> References: <200405290122.i4T1Mrlw028391@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200405290122.i4T1Mrlw028391@repoman.freebsd.org> User-Agent: Mutt/1.4.1i Subject: Re: cvs commit: src/usr.sbin/kernbb kernbb.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 May 2004 01:45:03 -0000 On Fri, May 28, 2004 at 06:22:53PM -0700, Tim J. Robbins wrote: > tjr 2004/05/28 18:22:53 PDT > > FreeBSD src repository > > Modified files: > usr.sbin/kernbb kernbb.c > Log: > Fix the type of struct bbf's arc_count member: according to gcc's > definition of struct bb_function_info in libgcc2.c, it should be > an int, not a long. This is the last of a series of commits to enable kernel coverage testing (with kernbb and gcov) on amd64. Tim