svn commit: r346202 - stable/12/sys/netpfil/ipfw/nat64

Andrey V. Elsukov ae at FreeBSD.org
Sun Apr 14 11:19:09 UTC 2019


Author: ae
Date: Sun Apr 14 11:19:08 2019
New Revision: 346202
URL: https://svnweb.freebsd.org/changeset/base/346202

Log:
  Fix the build. Include net/pfil.h to be able use IPFW_WLOCK().
  In head/ after r343619 it is not required, but this change was not MFCed.

Modified:
  stable/12/sys/netpfil/ipfw/nat64/nat64clat_control.c

Modified: stable/12/sys/netpfil/ipfw/nat64/nat64clat_control.c
==============================================================================
--- stable/12/sys/netpfil/ipfw/nat64/nat64clat_control.c	Sun Apr 14 11:06:42 2019	(r346201)
+++ stable/12/sys/netpfil/ipfw/nat64/nat64clat_control.c	Sun Apr 14 11:19:08 2019	(r346202)
@@ -50,6 +50,7 @@ __FBSDID("$FreeBSD$");
 #include <net/if_var.h>
 #include <net/route.h>
 #include <net/vnet.h>
+#include <net/pfil.h>
 
 #include <netinet/in.h>
 #include <netinet/ip_var.h>


More information about the svn-src-all mailing list