$OpenBSD: patch-third_party_webrtc_base_httpcommon_cc,v 1.4 2016/01/23 18:49:31 robert Exp $
--- third_party/webrtc/base/httpcommon.cc.orig.port	Wed Jan 20 21:02:39 2016
+++ third_party/webrtc/base/httpcommon.cc	Fri Jan 22 19:58:59 2016
@@ -384,7 +384,7 @@ bool HttpDateToSeconds(const std::string& date, time_t
     gmt = non_gmt + kTimeZoneOffsets[zindex] * 60 * 60;
   }
   // TODO: Android should support timezone, see b/2441195
-#if defined(WEBRTC_MAC) && !defined(WEBRTC_IOS) || defined(WEBRTC_ANDROID) || defined(BSD)
+#if defined(WEBRTC_MAC) && !defined(WEBRTC_IOS) || defined(WEBRTC_ANDROID) || defined(WEBRTC_BSD)
   tm *tm_for_timezone = localtime(&gmt);
   *seconds = gmt + tm_for_timezone->tm_gmtoff;
 #else
