Date: Wed, 12 Jun 2019 04:29:14 -0700 From: Cy Schubert <Cy.Schubert@cschubert.com> To: Cy Schubert <cy@FreeBSD.org> Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r348989 - head/sys/contrib/ipfilter/netinet Message-ID: <201906121129.x5CBTEpt005683@slippy.cwsent.com> In-Reply-To: Message from Cy Schubert <cy@FreeBSD.org> of "Wed, 12 Jun 2019 11:18:11 -0000." <201906121118.x5CBIBNj071474@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
In message <201906121118.x5CBIBNj071474@repo.freebsd.org>, Cy Schubert writes: > Author: cy > Date: Wed Jun 12 11:18:11 2019 > New Revision: 348989 > URL: https://svnweb.freebsd.org/changeset/base/348989 > > Log: > Whitespace adjustments replacing spaces with tabs. > > MFC after: 1 month > X-MFC with: r348987 > > 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 Wed Jun 12 11:0 > 9:33 2019 (r348988) > +++ head/sys/contrib/ipfilter/netinet/ip_fil_freebsd.c Wed Jun 12 11:1 > 8:11 2019 (r348989) > @@ -1480,21 +1480,21 @@ ipf_pcksum6(fin, ip6, off, len) > > sp = (u_short *)&ip6->ip6_src; > sum = *sp++; /* ip6_src */ > - sum += *sp++; > - sum += *sp++; > - sum += *sp++; > - sum += *sp++; > - sum += *sp++; > - sum += *sp++; > - sum += *sp++; > + sum += *sp++; > + sum += *sp++; > + sum += *sp++; > + sum += *sp++; > + sum += *sp++; > + sum += *sp++; > + sum += *sp++; > sum += *sp++; /* ip6_dst */ > - sum += *sp++; > - sum += *sp++; > - sum += *sp++; > - sum += *sp++; > - sum += *sp++; > - sum += *sp++; > - sum += *sp++; > + sum += *sp++; > + sum += *sp++; > + sum += *sp++; > + sum += *sp++; > + sum += *sp++; > + sum += *sp++; > + sum += *sp++; > return(ipf_pcksum(fin, off, sum)); > } > #endif > The reason for this latecomer is this change was in my use-everyday svn tree I boot from while the version with the incorrect whitespace was in my git repo I commit from. -- Cheers, Cy Schubert <Cy.Schubert@cschubert.com> FreeBSD UNIX: <cy@FreeBSD.org> Web: http://www.FreeBSD.org The need of the many outweighs the greed of the few.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201906121129.x5CBTEpt005683>