aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-net_socket_socks5__client__socket.cc
diff options
context:
space:
mode:
Diffstat (limited to 'www/chromium/files/patch-net_socket_socks5__client__socket.cc')
-rw-r--r--www/chromium/files/patch-net_socket_socks5__client__socket.cc15
1 files changed, 7 insertions, 8 deletions
diff --git a/www/chromium/files/patch-net_socket_socks5__client__socket.cc b/www/chromium/files/patch-net_socket_socks5__client__socket.cc
index 60dbdad90655..e0540ad7d701 100644
--- a/www/chromium/files/patch-net_socket_socks5__client__socket.cc
+++ b/www/chromium/files/patch-net_socket_socks5__client__socket.cc
@@ -1,13 +1,12 @@
---- net/socket/socks5_client_socket.cc.orig 2021-04-14 18:41:07 UTC
+--- net/socket/socks5_client_socket.cc.orig 2022-02-07 13:39:41 UTC
+++ net/socket/socks5_client_socket.cc
-@@ -4,6 +4,10 @@
+@@ -20,6 +20,9 @@
+ #include "net/log/net_log_event_type.h"
+ #include "net/traffic_annotation/network_traffic_annotation.h"
- #include "net/socket/socks5_client_socket.h"
-
-+#if defined(OS_BSD)
++#include <sys/types.h>
+#include <netinet/in.h>
-+#endif
+
- #include <utility>
+ namespace net {
- #include "base/bind.h"
+ const unsigned int SOCKS5ClientSocket::kGreetReadHeaderSize = 2;