git: 3c8cc666a3d3 - main - netinet6: Remove unused rip6_usrreqs declaration
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 10 Jul 2026 17:50:08 UTC
The branch main has been updated by glebius:
URL: https://cgit.FreeBSD.org/src/commit/?id=3c8cc666a3d3d65aedd552364e5fd43221b90d55
commit 3c8cc666a3d3d65aedd552364e5fd43221b90d55
Author: Yusuke Ichiki <public@yusuke.pub>
AuthorDate: 2026-06-20 00:47:26 +0000
Commit: Gleb Smirnoff <glebius@FreeBSD.org>
CommitDate: 2026-07-10 17:49:39 +0000
netinet6: Remove unused rip6_usrreqs declaration
Fixes: e7d02be19d40063783d6b8f1ff2bc4c7170fd434
Signed-off-by: Yusuke Ichiki <public@yusuke.pub>
---
sys/netinet6/ip6_var.h | 2 --
1 file changed, 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;