aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-base__sys_info_posix.cc
blob: 2d94e6daf81b2afd936a02c738cbd94190fc5e77 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- base/sys_info_posix.cc.orig	2014-10-10 08:54:09 UTC
+++ base/sys_info_posix.cc
@@ -75,7 +75,7 @@
 
 namespace base {
 
-#if !defined(OS_OPENBSD)
+#if !defined(OS_OPENBSD) && !defined(OS_FREEBSD)
 int SysInfo::NumberOfProcessors() {
   return g_lazy_number_of_processors.Get().value();
 }