summaryrefslogtreecommitdiff
path: root/net-proxy/shadowsocks-libev/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-03-03 10:28:17 +0000
committerV3n3RiX <venerix@redcorelinux.org>2021-03-03 10:28:17 +0000
commitd99093fb4bb5652015c06274d64083daa2439e4f (patch)
treecf61513204d97974179580065e85df5c8009087c /net-proxy/shadowsocks-libev/files
parent463397cf1e064185110fe57c568d73f99a06f5d1 (diff)
gentoo resync : 03.03.2021
Diffstat (limited to 'net-proxy/shadowsocks-libev/files')
-rw-r--r--net-proxy/shadowsocks-libev/files/shadowsocks-libev-3.3.4-gcc10.patch24
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