commit:     7e3df7e56dbf0947b6f3b293db64bbd8b236ce37
Author:     Jason A. Donenfeld <zx2c4 <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 27 23:22:57 2020 +0000
Commit:     Jason A. Donenfeld <zx2c4 <AT> gentoo <DOT> org>
CommitDate: Mon Apr 27 23:22:57 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e3df7e5

net-vpn/wireguard-modules: drop unused patch

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Jason A. Donenfeld <zx2c4 <AT> gentoo.org>

 ...d-modules-1.0.20200413-sch_generic-header.patch | 26 ----------------------
 .../wireguard-modules-1.0.20200426.ebuild          |  2 --
 2 files changed, 28 deletions(-)

diff --git 
a/net-vpn/wireguard-modules/files/wireguard-modules-1.0.20200413-sch_generic-header.patch
 
b/net-vpn/wireguard-modules/files/wireguard-modules-1.0.20200413-sch_generic-header.patch
deleted file mode 100644
index 8e263e9622a..00000000000
--- 
a/net-vpn/wireguard-modules/files/wireguard-modules-1.0.20200413-sch_generic-header.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-From bd388363a66d67f0e04f9c45b20a9f33dfcf79f6 Mon Sep 17 00:00:00 2001
-From: "Jason A. Donenfeld" <[email protected]>
-Date: Thu, 16 Apr 2020 00:27:33 -0600
-Subject: compat: include sch_generic.h header for skb_reset_tc
-
-Reported-by: King DuckZ <[email protected]>
-Signed-off-by: Jason A. Donenfeld <[email protected]>
----
- src/compat/compat.h | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/src/compat/compat.h b/src/compat/compat.h
-index 75bd3b7..bb996b8 100644
---- a/src/compat/compat.h
-+++ b/src/compat/compat.h
-@@ -1029,6 +1029,7 @@ out:
- 
- #if LINUX_VERSION_CODE < KERNEL_VERSION(5, 4, 29) || (LINUX_VERSION_CODE >= 
KERNEL_VERSION(5, 5, 0) && LINUX_VERSION_CODE < KERNEL_VERSION(5, 5, 14))
- #include <linux/skbuff.h>
-+#include <net/sch_generic.h>
- static inline void skb_reset_redirect(struct sk_buff *skb)
- {
- #ifdef CONFIG_NET_SCHED
--- 
-cgit v1.2.3-4-ga26e
-

diff --git a/net-vpn/wireguard-modules/wireguard-modules-1.0.20200426.ebuild 
b/net-vpn/wireguard-modules/wireguard-modules-1.0.20200426.ebuild
index 8a425d4191e..16df945c1ab 100644
--- a/net-vpn/wireguard-modules/wireguard-modules-1.0.20200426.ebuild
+++ b/net-vpn/wireguard-modules/wireguard-modules-1.0.20200426.ebuild
@@ -30,8 +30,6 @@ MODULE_NAMES="wireguard(kernel/drivers/net:src)"
 BUILD_TARGETS="module"
 CONFIG_CHECK="NET INET NET_UDP_TUNNEL CRYPTO_ALGAPI"
 
-PATCHES=( "${FILESDIR}/${P}-sch_generic-header.patch" )
-
 pkg_setup() {
        if use module; then
                linux-mod_pkg_setup

Reply via email to