From bee8b74719186700485821e6d83b079c104849a2 Mon Sep 17 00:00:00 2001 From: eugen Date: Tue, 20 Nov 2018 11:19:02 +0000 Subject: [PATCH] Unbreak build after r340671. This is direct commit to stable/10. git-svn-id: svn://svn.freebsd.org/base/stable/10@340672 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- sys/netinet/ip_icmp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/netinet/ip_icmp.c b/sys/netinet/ip_icmp.c index 0bac71acd..da51957b6 100644 --- a/sys/netinet/ip_icmp.c +++ b/sys/netinet/ip_icmp.c @@ -148,7 +148,7 @@ static VNET_DEFINE(int, icmptstamprepl) = 1; SYSCTL_INT(_net_inet_icmp, OID_AUTO, tstamprepl, CTLFLAG_RW, &VNET_NAME(icmptstamprepl), 0, "Respond to ICMP Timestamp packets"); -VNET_DEFINE_STATIC(int, error_keeptags) = 0; +static VNET_DEFINE(int, error_keeptags) = 0; #define V_error_keeptags VNET(error_keeptags) SYSCTL_INT(_net_inet_icmp, OID_AUTO, error_keeptags, CTLFLAG_VNET | CTLFLAG_RW, &VNET_NAME(error_keeptags), 0, -- 2.45.0