git: 0e260cf83352 - stable/15 - ip6_mroute: Fix the UPCALL_TIMING build
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 16 Feb 2026 15:44:37 UTC
The branch stable/15 has been updated by markj:
URL: https://cgit.FreeBSD.org/src/commit/?id=0e260cf83352fbd64cb83de2800687c795ff7961
commit 0e260cf83352fbd64cb83de2800687c795ff7961
Author: Mark Johnston <markj@FreeBSD.org>
AuthorDate: 2026-02-02 14:57:49 +0000
Commit: Mark Johnston <markj@FreeBSD.org>
CommitDate: 2026-02-16 13:47:08 +0000
ip6_mroute: Fix the UPCALL_TIMING build
MFC after: 2 weeks
Sponsored by: Stormshield
Sponsored by: Klara, Inc.
(cherry picked from commit 5bb953b095461b488b102ab3025f42cd2ef61f9d)
---
sys/netinet6/ip6_mroute.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys/netinet6/ip6_mroute.c b/sys/netinet6/ip6_mroute.c
index 17f502834b2d..7dd87a07340c 100644
--- a/sys/netinet6/ip6_mroute.c
+++ b/sys/netinet6/ip6_mroute.c
@@ -321,7 +321,7 @@ VNET_DEFINE_STATIC(int, pim6);
#ifdef UPCALL_TIMING
#define UPCALL_MAX 50
static u_long upcall_data[UPCALL_MAX + 1];
-static void collate();
+static void collate(struct timeval *);
#endif /* UPCALL_TIMING */
static int ip6_mrouter_init(struct socket *, int, int);