mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix definition of rn_addmask()
Add the missing static keyword present in the declaration. Reviewed by: melifaro Sponsored by: NetApp, Inc. Sponsored by: Klara, Inc. Differential Revision: https://reviews.freebsd.org/D27024
This commit is contained in:
parent
b02c4e5c78
commit
4a3fc6e22e
1 changed files with 1 additions and 1 deletions
|
|
@ -483,7 +483,7 @@ on1:
|
|||
return (tt);
|
||||
}
|
||||
|
||||
struct radix_node *
|
||||
static struct radix_node *
|
||||
rn_addmask(void *n_arg, struct radix_mask_head *maskhead, int search, int skip)
|
||||
{
|
||||
unsigned char *netmask = n_arg;
|
||||
|
|
|
|||
Loading…
Reference in a new issue