commit: 5f62888f755983b89078abc6e948acd433390030 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Tue Aug 23 17:35:16 2022 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Tue Aug 30 22:57:34 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f62888f
net-libs/libnftnl: remove unused patch(es) Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> Portage 3.0.34 / pkgdev 0.2.1 / pkgcheck 0.10.14 Closes: https://github.com/gentoo/gentoo/pull/26989 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> .../libnftnl-1.2.1-missing-export-set_elem.patch | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/net-libs/libnftnl/files/libnftnl-1.2.1-missing-export-set_elem.patch b/net-libs/libnftnl/files/libnftnl-1.2.1-missing-export-set_elem.patch deleted file mode 100644 index 0ff574ddc48a..000000000000 --- a/net-libs/libnftnl/files/libnftnl-1.2.1-missing-export-set_elem.patch +++ /dev/null @@ -1,21 +0,0 @@ -https://git.netfilter.org/libnftnl/commit/?id=accee9a75e0e6678863d092d6a4f4afbadf0eed9 - -From: Pablo Neira Ayuso <[email protected]> -Date: Wed, 18 May 2022 23:54:03 +0200 -Subject: set_elem: missing export symbol - -nftnl_set_elem_nlmsg_build_payload() is already available through .map -file and headers, add missing EXPORT_SYMBOL. - -Signed-off-by: Pablo Neira Ayuso <[email protected]> ---- a/src/set_elem.c -+++ b/src/set_elem.c -@@ -300,6 +300,7 @@ err: - return NULL; - } - -+EXPORT_SYMBOL(nftnl_set_elem_nlmsg_build_payload); - void nftnl_set_elem_nlmsg_build_payload(struct nlmsghdr *nlh, - struct nftnl_set_elem *e) - { -cgit v1.2.3
