summarylogtreecommitdiffstats
path: root/chromium-SIOCGSTAMP.patch
diff options
context:
space:
mode:
authorAntonio Rojas2020-04-13 11:08:36 +0000
committerAntonio Rojas2020-04-13 11:08:36 +0000
commitb2e2e1d75c23f488f4683912196391102306749b (patch)
tree100ba7a825baad5b11c864a96c54c24049e14e3d /chromium-SIOCGSTAMP.patch
downloadaur-b2e2e1d75c23f488f4683912196391102306749b.tar.gz
Dropped from repos
Diffstat (limited to 'chromium-SIOCGSTAMP.patch')
-rw-r--r--chromium-SIOCGSTAMP.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/chromium-SIOCGSTAMP.patch b/chromium-SIOCGSTAMP.patch
new file mode 100644
index 000000000000..4e7ae275e246
--- /dev/null
+++ b/chromium-SIOCGSTAMP.patch
@@ -0,0 +1,13 @@
+--- a/third_party/webrtc/rtc_base/physicalsocketserver.cc
++++ b/third_party/webrtc/rtc_base/physicalsocketserver.cc
+@@ -67,6 +67,10 @@
+
+ #endif // WEBRTC_POSIX
+
++#if defined(WEBRTC_LINUX)
++#include <linux/sockios.h>
++#endif
++
+ #if defined(WEBRTC_POSIX) && !defined(WEBRTC_MAC) && !defined(__native_client__)
+
+ int64_t GetSocketRecvTimestamp(int socket) {