aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-base_system_sys__info.h
diff options
context:
space:
mode:
authorRobert Nagy <robert@openbsd.org>2022-08-31 17:47:43 +0000
committerRene Ladan <rene@FreeBSD.org>2022-09-03 08:40:22 +0000
commit89b6c3ce8595f65174312096d44b14a77a12721d (patch)
treeaeb179a19c031f080788f4398d8031e2ad8774b5 /www/chromium/files/patch-base_system_sys__info.h
parent87bbbd639068fa91f9e8eef7eed3f3959d954273 (diff)
downloadports-89b6c3ce8595f65174312096d44b14a77a12721d.tar.gz
ports-89b6c3ce8595f65174312096d44b14a77a12721d.zip
www/chromium: update to 105.0.5195.52
Diffstat (limited to 'www/chromium/files/patch-base_system_sys__info.h')
-rw-r--r--www/chromium/files/patch-base_system_sys__info.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/chromium/files/patch-base_system_sys__info.h b/www/chromium/files/patch-base_system_sys__info.h
index cd89561cd4d8..13de608eee31 100644
--- a/www/chromium/files/patch-base_system_sys__info.h
+++ b/www/chromium/files/patch-base_system_sys__info.h
@@ -1,4 +1,4 @@
---- base/system/sys_info.h.orig 2022-06-17 14:20:10 UTC
+--- base/system/sys_info.h.orig 2022-08-31 12:19:35 UTC
+++ base/system/sys_info.h
@@ -211,6 +211,8 @@ class BASE_EXPORT SysInfo {
// On Desktop this returns true when memory <= 2GB.
@@ -15,6 +15,6 @@
#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID) || \
- BUILDFLAG(IS_AIX)
+ BUILDFLAG(IS_AIX) || BUILDFLAG(IS_BSD)
- static int64_t AmountOfAvailablePhysicalMemory(
+ static uint64_t AmountOfAvailablePhysicalMemory(
const SystemMemoryInfoKB& meminfo);
#endif