Date: Sun, 14 Apr 2019 11:19:08 +0000 (UTC) From: "Andrey V. Elsukov" <ae@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-12@freebsd.org Subject: svn commit: r346202 - stable/12/sys/netpfil/ipfw/nat64 Message-ID: <201904141119.x3EBJ8WN009968@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904141119.x3EBJ8WN009968>