aboutsummaryrefslogtreecommitdiffstats
path: root/community/sniproxy/gcc-10.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/sniproxy/gcc-10.patch')
-rw-r--r--community/sniproxy/gcc-10.patch23
1 files changed, 0 insertions, 23 deletions
diff --git a/community/sniproxy/gcc-10.patch b/community/sniproxy/gcc-10.patch
deleted file mode 100644
index eae8d3d0398..00000000000
--- a/community/sniproxy/gcc-10.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-Taken from: https://github.com/dlundquist/sniproxy/commit/822bb80df9b7b345cc9eba55df74a07b498819ba
-Author: Pierre-Olivier Mercier <nemunaire@nemunai.re>
-
---- a/src/http.h
-+++ b/src/http.h
-@@ -29,6 +29,6 @@
- #include <stdio.h>
- #include "protocol.h"
-
--const struct Protocol *const http_protocol;
-+extern const struct Protocol *const http_protocol;
-
- #endif
---- a/src/tls.h
-+++ b/src/tls.h
-@@ -28,6 +28,6 @@
-
- #include "protocol.h"
-
--const struct Protocol *const tls_protocol;
-+extern const struct Protocol *const tls_protocol;
-
- #endif