From owner-cvs-src@FreeBSD.ORG Mon Jul 5 00:07:38 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 8306416A4CE; Mon, 5 Jul 2004 00:07:38 +0000 (GMT) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id F0F1443D1D; Mon, 5 Jul 2004 00:07:37 +0000 (GMT) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id 7DDC66545E; Mon, 5 Jul 2004 01:07:36 +0100 (BST) Received: from arginine.spc.org ([127.0.0.1]) by localhost (arginine.spc.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 00527-01-2; Mon, 5 Jul 2004 01:07:36 +0100 (BST) Received: from empiric.dek.spc.org (82-147-17-88.dsl.uk.rapidplay.com [82.147.17.88]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id 1DACE653F9; Mon, 5 Jul 2004 01:07:36 +0100 (BST) Received: by empiric.dek.spc.org (Postfix, from userid 1001) id 6734C615E; Mon, 5 Jul 2004 01:07:35 +0100 (BST) Date: Mon, 5 Jul 2004 01:07:35 +0100 From: Bruce M Simpson To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Message-ID: <20040705000735.GW13687@empiric.dek.spc.org> Mail-Followup-To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200407042331.i64NVSCn063729@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200407042331.i64NVSCn063729@repoman.freebsd.org> Subject: Re: cvs commit: src/sys/pci if_xl.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: Mon, 05 Jul 2004 00:07:38 -0000 On Sun, Jul 04, 2004 at 11:31:28PM +0000, Bruce M Simpson wrote: > Log: > ANSIfy function definitions. > Remove unnecessary return keywords. > Other minor stylistic changes. I have another round of style fixes to go in to shrink xl a bit more, then I'll begin locking work.