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 (-1 / +2 lines)
Line  Link Here
0
-- a/src/3rdparty/chromium/third_party/webrtc/rtc_base/physicalsocketserver.cc
0
++ b/src/3rdparty/chromium/third_party/webrtc/rtc_base/physicalsocketserver.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;

Return to bug 692352