Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 02 Aug 2019 16:07:18 -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: r350548 - head/sys/contrib/ipfilter/netinet
Message-ID:  <201908022307.x72N7Ib0010930@slippy.cwsent.com>
In-Reply-To: <201908022258.x72MwjjE001139@repo.freebsd.org>
References:  <201908022258.x72MwjjE001139@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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 <sys/errno.h>
>  #include <sys/types.h>
>  #include <sys/file.h>
> -# include <sys/fcntl.h>
> -# include <sys/filio.h>
> +#include <sys/fcntl.h>
> +#include <sys/filio.h>
>  #include <sys/time.h>
>  #include <sys/systm.h>
>  # include <sys/dirent.h>
>  #if defined(__FreeBSD_version)
>  #include <sys/jail.h>
>  #endif
> -# include <sys/malloc.h>
> -# include <sys/mbuf.h>
> -# include <sys/sockopt.h>
> +#include <sys/malloc.h>
> +#include <sys/mbuf.h>
> +#include <sys/sockopt.h>
>  #include <sys/socket.h>
> -# include <sys/selinfo.h>
> -# include <netinet/tcp_var.h>
> +#include <sys/selinfo.h>
> +#include <netinet/tcp_var.h>
>  
>  #include <net/if.h>
> -# include <net/if_var.h>
> -#  include <net/netisr.h>
> +#include <net/if_var.h>
> +#include <net/netisr.h>
>  #include <net/route.h>
>  #include <netinet/in.h>
>  #include <netinet/in_fib.h>
> @@ -77,7 +77,7 @@ static const char rcsid[] = "@(#)$Id$";
>  #include "netinet/ip_scan.h"
>  #endif
>  #include "netinet/ip_pool.h"
> -# include <sys/malloc.h>
> +#include <sys/malloc.h>
>  #include <sys/kernel.h>
>  #ifdef CSUM_DATA_VALID
>  #include <machine/in_cksum.h>


-- 
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?201908022307.x72N7Ib0010930>