svn commit: r348718 - head/sys/modules/ipfilter

Cy Schubert cy at FreeBSD.org
Thu Jun 6 03:02:33 UTC 2019


Author: cy
Date: Thu Jun  6 03:02:25 2019
New Revision: 348718
URL: https://svnweb.freebsd.org/changeset/base/348718

Log:
  Whitespace adjustment.
  
  MFC after:	3 days

Modified:
  head/sys/modules/ipfilter/Makefile

Modified: head/sys/modules/ipfilter/Makefile
==============================================================================
--- head/sys/modules/ipfilter/Makefile	Thu Jun  6 03:01:52 2019	(r348717)
+++ head/sys/modules/ipfilter/Makefile	Thu Jun  6 03:02:25 2019	(r348718)
@@ -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-all mailing list