From owner-cvs-src@FreeBSD.ORG Fri Feb 11 16:20:20 2005 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 22C4316A4CE; Fri, 11 Feb 2005 16:20:20 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 69DAE43D49; Fri, 11 Feb 2005 16:20:19 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.13.1/8.13.1) with ESMTP id j1BGHFw1029695; Fri, 11 Feb 2005 09:17:17 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Fri, 11 Feb 2005 09:17:16 -0700 (MST) Message-Id: <20050211.091716.32469757.imp@bsdimp.com> To: phk@phk.freebsd.dk From: "M. Warner Losh" In-Reply-To: <10137.1108121831@critter.freebsd.dk> References: <20050211220212.A32327@delplex.bde.org> <10137.1108121831@critter.freebsd.dk> 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: rizzo@icir.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: bde@zeta.org.au cc: cvs-src@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/ed if_ed.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: Fri, 11 Feb 2005 16:20:20 -0000 In message: <10137.1108121831@critter.freebsd.dk> "Poul-Henning Kamp" writes: : Writing "continue" dispells any doubt if I did it intentionally. There are also compilers that will issue warnings for while (xxxx);, but not for while (xxx) continue;, which is where I picked up the habit in the deep, recesses of time... Warner