svn commit: r348823 - stable/12/sys/modules/ipfilter

Cy Schubert cy at FreeBSD.org
Sun Jun 9 01:26:58 UTC 2019


Author: cy
Date: Sun Jun  9 01:26:56 2019
New Revision: 348823
URL: https://svnweb.freebsd.org/changeset/base/348823

Log:
  MFC r348718:
  
  Whitespace adjustment.

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

Modified: stable/12/sys/modules/ipfilter/Makefile
==============================================================================
--- stable/12/sys/modules/ipfilter/Makefile	Sat Jun  8 22:29:51 2019	(r348822)
+++ stable/12/sys/modules/ipfilter/Makefile	Sun Jun  9 01:26:56 2019	(r348823)
@@ -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