opnsense-ports/devel/electron32/files/patch-ipc_ipc__message__utils.cc
Franco Fichtner fd3bf1794a */*: sync with upstream
Taken from: FreeBSD
2024-09-23 09:02:17 +02:00

11 lines
563 B
C++

--- ipc/ipc_message_utils.cc.orig 2024-08-14 20:55:05 UTC
+++ ipc/ipc_message_utils.cc
@@ -400,7 +400,7 @@ void ParamTraits<unsigned int>::Log(const param_type&
}
#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || \
- BUILDFLAG(IS_FUCHSIA) || \
+ BUILDFLAG(IS_FUCHSIA) || BUILDFLAG(IS_BSD) || \
(BUILDFLAG(IS_ANDROID) && defined(ARCH_CPU_64_BITS))
void ParamTraits<long>::Log(const param_type& p, std::string* l) {
l->append(base::NumberToString(p));