From owner-svn-src-all@freebsd.org Fri Aug 2 23:07:23 2019 Return-Path: Delivered-To: svn-src-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 12CCBBE481; Fri, 2 Aug 2019 23:07:23 +0000 (UTC) (envelope-from cy.schubert@cschubert.com) Received: from smtp-out-so.shaw.ca (smtp-out-so.shaw.ca [64.59.136.138]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "Client", Issuer "CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 460jVL3X36z4ckw; Fri, 2 Aug 2019 23:07:22 +0000 (UTC) (envelope-from cy.schubert@cschubert.com) Received: from spqr.komquats.com ([70.67.125.17]) by shaw.ca with ESMTPA id tgdrhPc29SrVctgdshZXKn; Fri, 02 Aug 2019 17:07:21 -0600 X-Authority-Analysis: v=2.3 cv=L5ZjvNb8 c=1 sm=1 tr=0 a=VFtTW3WuZNDh6VkGe7fA3g==:117 a=VFtTW3WuZNDh6VkGe7fA3g==:17 a=kj9zAlcOel0A:10 a=FmdZ9Uzk2mMA:10 a=6I5d2MoRAAAA:8 a=YxBL1-UpAAAA:8 a=nmum_63DDT74rMlhMPIA:9 a=CjuIK1q_8ugA:10 a=IjZwj45LgO3ly-622nXo:22 a=Ia-lj3WSrqcvXOmTRaiG:22 Received: from slippy.cwsent.com (slippy [10.1.1.91]) by spqr.komquats.com (Postfix) with ESMTPS id 2331912E; Fri, 2 Aug 2019 16:07:19 -0700 (PDT) Received: from slippy.cwsent.com (localhost [127.0.0.1]) by slippy.cwsent.com (8.15.2/8.15.2) with ESMTP id x72N7IYX010933; Fri, 2 Aug 2019 16:07:18 -0700 (PDT) (envelope-from Cy.Schubert@cschubert.com) Received: from slippy (cy@localhost) by slippy.cwsent.com (8.15.2/8.15.2/Submit) with ESMTP id x72N7Ib0010930; Fri, 2 Aug 2019 16:07:18 -0700 (PDT) (envelope-from Cy.Schubert@cschubert.com) Message-Id: <201908022307.x72N7Ib0010930@slippy.cwsent.com> X-Authentication-Warning: slippy.cwsent.com: cy owned process doing -bs X-Mailer: exmh version 2.9.0 11/07/2018 with nmh-1.7.1 Reply-to: Cy Schubert From: Cy Schubert X-os: FreeBSD X-Sender: cy@cwsent.com X-URL: http://www.cschubert.com/ To: Cy Schubert cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r350548 - head/sys/contrib/ipfilter/netinet In-reply-to: <201908022258.x72MwjjE001139@repo.freebsd.org> References: <201908022258.x72MwjjE001139@repo.freebsd.org> Comments: In-reply-to Cy Schubert message dated "Fri, 02 Aug 2019 22:58:45 -0000." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 02 Aug 2019 16:07:18 -0700 X-CMAE-Envelope: MS4wfFp6mraKwwgzbVf8mKzF3KCvbeqnnT+nztQqR+vL8ar7IOVCnrOmJqJAQ00+MVFgCK6oMPvMhWbLxsIBgtaZLr+6+ori8mwzv0E9RKUnaZroHpbwVpUb wsMNZJPatPSYr58A3VTz78zF52s9Eo0DjNeb6lGkoiEzfyPhwb70XBZo6OksK5HO78GUgpE0H6Jtih9EJg8q8ekgxoD7l3YQxQKEco9l2wFNX8XeGWOqRfet qE4Ym5y5o3vcHqbhLZHIXarkjvEODtt9l7mW37lmyvoTGwWtYM0bF37Kr/vl9X9L X-Rspamd-Queue-Id: 460jVL3X36z4ckw X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.85 / 15.00]; NEURAL_HAM_SHORT(-0.85)[-0.851,0]; REPLY(-4.00)[] X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.29 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: Fri, 02 Aug 2019 23:07:23 -0000 In message <201908022258.x72MwjjE001139@repo.freebsd.org>, Cy Schubert writes: > Author: cy > Date: Fri Aug 2 22:58:45 2019 > New Revision: 350548 > URL: https://svnweb.freebsd.org/changeset/base/350548 > > Log: > MFC after: 3 days > This was stupid. The initial git commit had to be undone because the file in my tree was out of date. After git rebase -i and recommit I must have inadvertently deleted the commit log message, which did say #include whitespace cleanup. > Modified: > head/sys/contrib/ipfilter/netinet/ip_fil_freebsd.c > > Modified: head/sys/contrib/ipfilter/netinet/ip_fil_freebsd.c > ============================================================================= > = > --- head/sys/contrib/ipfilter/netinet/ip_fil_freebsd.c Fri Aug 2 22:4 > 3:09 2019 (r350547) > +++ head/sys/contrib/ipfilter/netinet/ip_fil_freebsd.c Fri Aug 2 22:5 > 8:45 2019 (r350548) > @@ -30,24 +30,24 @@ static const char rcsid[] = "@(#)$Id$"; > #include > #include > #include > -# include > -# include > +#include > +#include > #include > #include > # include > #if defined(__FreeBSD_version) > #include > #endif > -# include > -# include > -# include > +#include > +#include > +#include > #include > -# include > -# include > +#include > +#include > > #include > -# include > -# include > +#include > +#include > #include > #include > #include > @@ -77,7 +77,7 @@ static const char rcsid[] = "@(#)$Id$"; > #include "netinet/ip_scan.h" > #endif > #include "netinet/ip_pool.h" > -# include > +#include > #include > #ifdef CSUM_DATA_VALID > #include -- Cheers, Cy Schubert FreeBSD UNIX: Web: http://www.FreeBSD.org The need of the many outweighs the greed of the few.