From 251c1906233fa28d7ce4b5d36a7eec46fea5f186 Mon Sep 17 00:00:00 2001 From: Michael Mair-Keimberger Date: Tue, 2 Feb 2021 17:55:58 +0100 Subject: [PATCH] sys-apps/net-tools: remove unused patch(es) Closes: https://github.com/gentoo/gentoo/pull/19306 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Michael Mair-Keimberger Signed-off-by: Conrad Kostecki --- ...9-fix-building-w-older-linux-headers.patch | 33 ------------------- 1 file changed, 33 deletions(-) delete mode 100644 sys-apps/net-tools/files/net-tools-1.60_p20161110235919-fix-building-w-older-linux-headers.patch diff --git a/sys-apps/net-tools/files/net-tools-1.60_p20161110235919-fix-building-w-older-linux-headers.patch b/sys-apps/net-tools/files/net-tools-1.60_p20161110235919-fix-building-w-older-linux-headers.patch deleted file mode 100644 index 5e330ace021c7..0000000000000 --- a/sys-apps/net-tools/files/net-tools-1.60_p20161110235919-fix-building-w-older-linux-headers.patch +++ /dev/null @@ -1,33 +0,0 @@ -From ea3935bd7c0f36c86c40e5785326698fa3336c6a Mon Sep 17 00:00:00 2001 -From: Mike Frysinger -Date: Mon, 14 Nov 2016 22:48:42 -0500 -Subject: [PATCH] iptunnel: fix building w/older linux headers - -While linux-4.8+ headers work, older ones are missing includes. -Dropping netinet/ip.h uncovered that mess, so add linux/ip.h. - -URL: https://bugs.gentoo.org/599542 -Reported-by: Conrad Kostecki ---- - iptunnel.c | 5 +++++ - 1 file changed, 5 insertions(+) - -diff --git a/iptunnel.c b/iptunnel.c -index 247ae10..d6e47e6 100644 ---- a/iptunnel.c -+++ b/iptunnel.c -@@ -29,7 +29,12 @@ - #include - #include - #include -+/* We only care about linux/if_tunnel.h. Unfortunately, older Linux headers -+ * (pre linux-4.8) did not include all the proper headers leading to missing -+ * structs and types. -+ */ - #include -+#include - #include - - #include "config.h" --- -2.9.0