svn commit: r328989 - head/sys/netpfil/ipfw

Andrey V. Elsukov ae at FreeBSD.org
Wed Feb 7 19:12:06 UTC 2018


Author: ae
Date: Wed Feb  7 19:12:05 2018
New Revision: 328989
URL: https://svnweb.freebsd.org/changeset/base/328989

Log:
  Remove duplicate #include <netinet/ip_var.h>.

Modified:
  head/sys/netpfil/ipfw/ip_fw_dynamic.c

Modified: head/sys/netpfil/ipfw/ip_fw_dynamic.c
==============================================================================
--- head/sys/netpfil/ipfw/ip_fw_dynamic.c	Wed Feb  7 18:59:54 2018	(r328988)
+++ head/sys/netpfil/ipfw/ip_fw_dynamic.c	Wed Feb  7 19:12:05 2018	(r328989)
@@ -60,7 +60,6 @@ __FBSDID("$FreeBSD$");
 #include <netinet/ip.h>
 #include <netinet/ip_var.h>
 #include <netinet/ip_fw.h>
-#include <netinet/ip_var.h>
 #include <netinet/tcp_var.h>
 #include <netinet/udp.h>
 


More information about the svn-src-head mailing list