From owner-svn-src-all@freebsd.org Wed Mar 21 01:51:46 2018 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 34FC9F5F816; Wed, 21 Mar 2018 01:51:46 +0000 (UTC) (envelope-from freebsd@pdx.rh.CN85.dnsmgr.net) Received: from pdx.rh.CN85.dnsmgr.net (br1.CN84in.dnsmgr.net [69.59.192.140]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9872A755D4; Wed, 21 Mar 2018 01:51:44 +0000 (UTC) (envelope-from freebsd@pdx.rh.CN85.dnsmgr.net) Received: from pdx.rh.CN85.dnsmgr.net (localhost [127.0.0.1]) by pdx.rh.CN85.dnsmgr.net (8.13.3/8.13.3) with ESMTP id w2L1peHt019278; Tue, 20 Mar 2018 18:51:40 -0700 (PDT) (envelope-from freebsd@pdx.rh.CN85.dnsmgr.net) Received: (from freebsd@localhost) by pdx.rh.CN85.dnsmgr.net (8.13.3/8.13.3/Submit) id w2L1pelA019277; Tue, 20 Mar 2018 18:51:40 -0700 (PDT) (envelope-from freebsd) From: "Rodney W. Grimes" Message-Id: <201803210151.w2L1pelA019277@pdx.rh.CN85.dnsmgr.net> Subject: Re: svn commit: r331269 - head/share/man/man9 In-Reply-To: To: Warner Losh Date: Tue, 20 Mar 2018 18:51:40 -0700 (PDT) CC: "Rodney W. Grimes" , Warner Losh , src-committers , svn-src-all@freebsd.org, svn-src-head@freebsd.org Reply-To: rgrimes@freebsd.org X-Mailer: ELM [version 2.4ME+ PL121h (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Mar 2018 01:51:46 -0000 > > On Mar 20, 2018 6:57 PM, "Rodney W. Grimes" > > wrote: > > > > > Author: imp > > > Date: Tue Mar 20 21:37:33 2018 > > > New Revision: 331269 > > > URL: https://svnweb.freebsd.org/changeset/base/331269 > > > > > > Log: > > > Remove reference to lint. We no longer support it, so exceptions for > > > it are no longer relevant. > > > > I still believe this is putting the cart before the horse: > > /usr/src # find . -print0 | xargs -0 grep "ifndef lint" | wc > > 1228 2459 48568 > > > > Perhaps yes, perhaps no. They are slowly being eliminated and no new lint > code. It's time. You will find that there is much of this in contrib, so it will not be so easy to eliminate. And again, your email client is not quoting properly, I have re-quoted it. > Warner > > > Modified: > > head/share/man/man9/style.9 > > > > Modified: head/share/man/man9/style.9 > > ============================================================ > ================== > > --- head/share/man/man9/style.9 Tue Mar 20 21:36:35 2018 > (r331268) > > +++ head/share/man/man9/style.9 Tue Mar 20 21:37:33 2018 > (r331269) > > @@ -107,11 +107,7 @@ Only add > > .Dq Li "From: " > > in front of foreign VCS IDs if the file is renamed. > > .Bd -literal > > -#if 0 > > -#ifndef lint > > -static char sccsid[] = "@(#)style 1.14 (Berkeley) 4/28/95"; > > -#endif /* not lint */ > > -#endif > > +/* From: @(#)style 1.14 (Berkeley) 4/28/95 */ > > > > #include > > __FBSDID("$FreeBSD$"); > > @@ -234,10 +230,6 @@ This comment should be used only for (subjectively) > lo > > greater than 20 lines, or where a series of nested > > .Ic #ifdef 's > > may be confusing to the reader. > > -Exceptions may be made for cases where code is conditionally not > compiled for > > -the purposes of > > -.Xr lint 1 , > > -even though the uncompiled region may be small. > > The comment should be separated from the > > .Ic #endif > > or > > > > > > -- > Rod Grimes > rgrimes@freebsd.org -- Rod Grimes rgrimes@freebsd.org