]> granicus.if.org Git - strace/commit
Fix build on systems without linux/genetlink.h
authorDmitry V. Levin <ldv@altlinux.org>
Sun, 7 Jan 2018 23:23:01 +0000 (23:23 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Sun, 7 Jan 2018 23:23:01 +0000 (23:23 +0000)
commita35f7f1fa1020760ed92b347f5d1e3a6b8993e66
tree3491b9dfd55ff8651d02c34e7a1f87297102ad8b
parentb9e8a352d58d6663346f5f2ec34c25960902b0c8
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