mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
netlink: fix build
This commit is contained in:
parent
7ee6b0f125
commit
30376771fc
1 changed files with 2 additions and 2 deletions
|
|
@ -95,8 +95,8 @@ struct rta_mpath {
|
|||
};
|
||||
|
||||
static bool
|
||||
nlattr_get_multipath(struct snl_state *ss, struct nlattr *nla, const void *arg,
|
||||
void *target)
|
||||
nlattr_get_multipath(struct snl_state *ss, struct nlattr *nla,
|
||||
const void *arg __unused, void *target)
|
||||
{
|
||||
uint32_t start_size = 4;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue