Index: files/extrapatch-ipc-chromium =================================================================== --- files/extrapatch-ipc-chromium (revision 372) +++ files/extrapatch-ipc-chromium (working copy) @@ -98,10 +98,12 @@ --- ipc/chromium/src/base/file_util.h.orig 2010-03-16 18:43:57.000000000 +0100 +++ ipc/chromium/src/base/file_util.h 2010-03-16 18:50:58.000000000 +0100 -@@ -13,6 +13,9 @@ - #if defined(OS_WIN) +@@ -14,7 +14,10 @@ #include - #elif defined(OS_POSIX) + #elif defined(ANDROID) + #include +-#elif defined(OS_POSIX) ++#elif defined(OS_POSIX) +#if defined(OS_FREEBSD) +#include +#endif @@ -643,10 +645,10 @@ +#endif /* nspr_cpucfg___ */ --- ipc/chromium/src/base/third_party/nspr/prtime.cc.orig 2010-03-16 17:49:59.000000000 +0100 +++ ipc/chromium/src/base/third_party/nspr/prtime.cc 2010-03-16 17:50:20.000000000 +0100 -@@ -149,7 +149,7 @@ - result *= kSecondsToMicroseconds; - result += exploded->tm_usec; - return result; +@@ -209,7 +209,7 @@ + LL_ADD(retVal, retVal, temp); + + return retVal; -#elif defined(OS_LINUX) +#elif defined(OS_LINUX) || defined(OS_FREEBSD) struct tm exp_tm = {0};