mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
ip6_mroute: Fix the UPCALL_TIMING build
MFC after: 2 weeks Sponsored by: Stormshield Sponsored by: Klara, Inc. (cherry picked from commit 5bb953b095461b488b102ab3025f42cd2ef61f9d)
This commit is contained in:
parent
b2d3c64f88
commit
9d3a11c90a
1 changed files with 1 additions and 1 deletions
|
|
@ -323,7 +323,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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue