From owner-freebsd-current@FreeBSD.ORG Thu May 15 02:23:18 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EA46437B401 for ; Thu, 15 May 2003 02:23:18 -0700 (PDT) Received: from heron.mail.pas.earthlink.net (heron.mail.pas.earthlink.net [207.217.120.189]) by mx1.FreeBSD.org (Postfix) with ESMTP id 96F3D43FBD for ; Thu, 15 May 2003 02:23:17 -0700 (PDT) (envelope-from tlambert2@mindspring.com) Received: from user-38lc0g1.dialup.mindspring.com ([209.86.2.1] helo=mindspring.com) by heron.mail.pas.earthlink.net with asmtp (SSLv3:RC4-MD5:128) (Exim 3.33 #1) id 19GEx9-0000Bb-00; Thu, 15 May 2003 02:23:07 -0700 Message-ID: <3EC35C33.4E39A94B@mindspring.com> Date: Thu, 15 May 2003 02:21:55 -0700 From: Terry Lambert X-Mailer: Mozilla 4.79 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Ian Dowse References: <200305142215.aa09295@salmon.maths.tcd.ie> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-ELNK-Trace: b1a02af9316fbb217a47c185c03b154d40683398e744b8a4426002ec570eb06b76e7f455712db6a8350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c cc: Poul-Henning Kamp cc: current@freebsd.org Subject: Re: Missing break in switch in nfsserver code ? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 May 2003 09:23:19 -0000 Ian Dowse wrote: > >If it is intentional, we should make it with "/* fall through */" > > Good idea. The correct way to shut up real lint is: /* FALLSTHROUGH */ It's in the same category as: /* ARGSUSED */ -- Terry