From a35f7f1fa1020760ed92b347f5d1e3a6b8993e66 Mon Sep 17 00:00:00 2001 From: "Dmitry V. Levin" Date: Sun, 7 Jan 2018 23:23:01 +0000 Subject: [PATCH] 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") --- socketutils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/socketutils.c b/socketutils.c index 058cff33..c0c99e90 100644 --- a/socketutils.c +++ b/socketutils.c @@ -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; } -- 2.40.0