From owner-cvs-src@FreeBSD.ORG Sat Aug 7 16:37:25 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 45CC216A4CE; Sat, 7 Aug 2004 16:37:25 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id D93E943D4C; Sat, 7 Aug 2004 16:37:24 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.11/8.12.11) with ESMTP id i77GZehY036209; Sat, 7 Aug 2004 10:35:40 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Sat, 07 Aug 2004 10:36:20 -0600 (MDT) Message-Id: <20040807.103620.68986050.imp@bsdimp.com> To: max@love2party.net From: "M. Warner Losh" In-Reply-To: <200408071744.58973.max@love2party.net> References: <200408071437.i77Ebn1A063966@repoman.freebsd.org> <200408071744.58973.max@love2party.net> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: le@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/pciconf pciconf.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, 07 Aug 2004 16:37:25 -0000 In message: <200408071744.58973.max@love2party.net> Max Laier writes: : On Saturday 07 August 2004 16:37, Lukas Ertl wrote: : > le 2004-08-07 14:37:49 UTC : > : > FreeBSD src repository : > : > Modified files: : > usr.sbin/pciconf pciconf.c : > Log: : > Fix syntax error introduced in the last commit. : > : > Additionally, since this file is written in C and not in Perl, : > we need 'continue' instead of 'next'. : > : > Revision Changes Path : > 1.22 +2 -2 src/usr.sbin/pciconf/pciconf.c : : Hmmm ... looking at the commit message of the last commit, I wonder if it was : intentional? Seems the file slipped into the commit somehow? Yes. I think that it was unintentional. I'll revert it now. Sorry about the mixup... Warner