mirror of
https://git.freebsd.org/ports.git
synced 2025-06-09 23:00:30 -04:00
11 lines
383 B
C++
11 lines
383 B
C++
--- ipc/ipc_path_manager.cc.org 2010-10-16 12:01:06.246177971 +0900
|
|
+++ ipc/ipc_path_manager.cc 2010-10-16 12:01:26.641179012 +0900
|
|
@@ -265,7 +265,7 @@
|
|
*ipc_name = kIPCPrefix;
|
|
#endif // OS_WINDOWS
|
|
|
|
-#ifdef OS_LINUX
|
|
+#if defined(OS_LINUX) && !defined(__FreeBSD__)
|
|
// On Linux, use abstract namespace which is independent of the file system.
|
|
(*ipc_name)[0] = '\0';
|
|
#endif
|