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:
Дмитрий Левин 2018-01-07 23:23:01 +00:00
parent b9e8a352d5
commit a35f7f1fa1

View File

@ -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;
}