aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYusuke Ichiki <public@yusuke.pub>2026-06-20 00:47:26 +0000
committerGleb Smirnoff <glebius@FreeBSD.org>2026-07-10 17:49:39 +0000
commit3c8cc666a3d3d65aedd552364e5fd43221b90d55 (patch)
treeef2cdc0c8cf6c5cefa9dc8ea28df69f18d3fbe58
parent7a5ef20a977c2d1ae5b94e6e6e927ac7a566ff10 (diff)
netinet6: Remove unused rip6_usrreqs declaration
Fixes: e7d02be19d40063783d6b8f1ff2bc4c7170fd434 Signed-off-by: Yusuke Ichiki <public@yusuke.pub>
-rw-r--r--sys/netinet6/ip6_var.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/netinet6/ip6_var.h b/sys/netinet6/ip6_var.h
index 002b07e85434..9a861ab20647 100644
--- a/sys/netinet6/ip6_var.h
+++ b/sys/netinet6/ip6_var.h
@@ -373,8 +373,6 @@ VNET_DECLARE(int, ip6stealth);
VNET_DECLARE(bool, ip6_log_cannot_forward);
#define V_ip6_log_cannot_forward VNET(ip6_log_cannot_forward)
-extern struct pr_usrreqs rip6_usrreqs;
-
struct inpcb;
struct socket;
struct sockopt;