diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2021-02-20 09:22:26 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2021-02-20 23:43:47 +0100 |
commit | 273e123b5821bd0c8d92dfd1a2eb4568a7b2b8ab (patch) | |
tree | 243542a3ba39b3852fbc374fc33f4b39ed365712 /net-proxy/shadowsocks-libev | |
parent | net-proxy/nutcracker: remove unused patch (diff) | |
download | gentoo-273e123b5821bd0c8d92dfd1a2eb4568a7b2b8ab.tar.gz gentoo-273e123b5821bd0c8d92dfd1a2eb4568a7b2b8ab.tar.bz2 gentoo-273e123b5821bd0c8d92dfd1a2eb4568a7b2b8ab.zip |
net-proxy/shadowsocks-libev: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/19553
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'net-proxy/shadowsocks-libev')
-rw-r--r-- | net-proxy/shadowsocks-libev/files/shadowsocks-libev-3.3.4-gcc10.patch | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/net-proxy/shadowsocks-libev/files/shadowsocks-libev-3.3.4-gcc10.patch b/net-proxy/shadowsocks-libev/files/shadowsocks-libev-3.3.4-gcc10.patch deleted file mode 100644 index 7a480f12b240..000000000000 --- a/net-proxy/shadowsocks-libev/files/shadowsocks-libev-3.3.4-gcc10.patch +++ /dev/null @@ -1,24 +0,0 @@ -diff --git a/src/http.h b/src/http.h -index 914815a..e312dd3 100644 ---- a/src/http.h -+++ b/src/http.h -@@ -29,6 +29,6 @@ - #include <stdio.h> - #include "protocol.h" - --const protocol_t *const http_protocol; -+extern const protocol_t *const http_protocol; - - #endif -diff --git a/src/tls.h b/src/tls.h -index 3998913..ddbee11 100644 ---- a/src/tls.h -+++ b/src/tls.h -@@ -28,6 +28,6 @@ - - #include "protocol.h" - --const protocol_t *const tls_protocol; -+extern const protocol_t *const tls_protocol; - - #endif |