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

Cy Schubert Cy.Schubert at cschubert.com
Fri Aug 2 23:07:23 UTC 2019


In message <201908022258.x72MwjjE001139 at 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 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