Fix build on systems without linux/genetlink.h
* socketutils.c [!HAVE_LINUX_GENETLINK_H] (genl_families_xlat): Add tcp argument. Fixes: v4.20-134-gc46fefc ("Add tcp arguments to netlink calls")
This commit is contained in:
parent
b9e8a352d5
commit
a35f7f1fa1
@ -646,7 +646,7 @@ out:
|
||||
#else /* !HAVE_LINUX_GENETLINK_H */
|
||||
|
||||
const struct xlat *
|
||||
genl_families_xlat(void)
|
||||
genl_families_xlat(struct tcb *tcp)
|
||||
{
|
||||
return NULL;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user