mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-05 11:35:01 +00:00
66d46c9897
Submitted by: Matthias Wolf <matthias@rheinwolf.de>
12 lines
229 B
C++
12 lines
229 B
C++
--- ipc/ipc_channel_common.cc.orig 2019-03-11 22:00:59 UTC
|
|
+++ ipc/ipc_channel_common.cc
|
|
@@ -9,7 +9,7 @@
|
|
|
|
namespace IPC {
|
|
|
|
-#if defined(OS_LINUX)
|
|
+#if defined(OS_LINUX) || defined(OS_BSD)
|
|
|
|
namespace {
|
|
int g_global_pid = 0;
|