svn commit: r348989 - head/sys/contrib/ipfilter/netinet

Cy Schubert Cy.Schubert at cschubert.com
Wed Jun 12 11:29:31 UTC 2019


In message <201906121118.x5CBIBNj071474 at 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 at cschubert.com>
FreeBSD UNIX:  <cy at FreeBSD.org>   Web:  http://www.FreeBSD.org

	The need of the many outweighs the greed of the few.




More information about the svn-src-all mailing list