svn commit: r348825 - stable/11/sys/modules/ipfilter

Cy Schubert cy at FreeBSD.org
Sun Jun 9 02:32:53 UTC 2019


Author: cy
Date: Sun Jun  9 02:32:52 2019
New Revision: 348825
URL: https://svnweb.freebsd.org/changeset/base/348825

Log:
  MFC r348718:
  
  Whitespace adjustment.
  
  Approved by:	re (gjb@)

Modified:
  stable/11/sys/modules/ipfilter/Makefile
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/sys/modules/ipfilter/Makefile
==============================================================================
--- stable/11/sys/modules/ipfilter/Makefile	Sun Jun  9 02:06:31 2019	(r348824)
+++ stable/11/sys/modules/ipfilter/Makefile	Sun Jun  9 02:32:52 2019	(r348825)
@@ -9,7 +9,7 @@ SRCS=	mlfk_ipl.c ip_nat.c ip_frag.c ip_state.c ip_prox
 	ip_nat6.c ip_rules.c ip_scan.c ip_dstlist.c radix_ipf.c
 SRCS+=	opt_bpf.h opt_inet6.h
 
-CFLAGS+=  -I${SRCTOP}/sys/contrib/ipfilter
+CFLAGS+= -I${SRCTOP}/sys/contrib/ipfilter
 CFLAGS+= -DIPFILTER=1 -DIPFILTER_LKM -DIPFILTER_LOG -DIPFILTER_LOOKUP
 #
 # If you don't want log functionality remove -DIPFILTER_LOG


More information about the svn-src-stable mailing list