Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 692352 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-3 / +2 lines)
Line  Link Here
--
1
chromium/third_party/webrtc/rtc_base/physical_socket_server.cc | 1 +
chromium/third_party/webrtc/rtc_base/physical_socket_server.cc | 1 +
2
1 file changed, 1 insertion(+)
1
1 file changed, 1 insertion(+)
3
-- a/src/3rdparty/chromium/third_party/webrtc/rtc_base/physical_socket_server.cc
2
++ b/src/3rdparty/chromium/third_party/webrtc/rtc_base/physical_socket_server.cc
Lines 67-72 typedef void* SockOptArg; Link Here
67
#endif  // WEBRTC_POSIX
67
#endif  // WEBRTC_POSIX
68
68
69
#if defined(WEBRTC_POSIX) && !defined(WEBRTC_MAC) && !defined(__native_client__)
69
#if defined(WEBRTC_POSIX) && !defined(WEBRTC_MAC) && !defined(__native_client__)
70
#include <linux/sockios.h>
70
71
71
int64_t GetSocketRecvTimestamp(int socket) {
72
int64_t GetSocketRecvTimestamp(int socket) {
72
  struct timeval tv_ioctl;
73
  struct timeval tv_ioctl;
73
- 

Return to bug 692352