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
@ -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…
x
Reference in New Issue
Block a user