aboutsummaryrefslogtreecommitdiff
path: root/japanese/scim-mozc/files/patch-ipc_ipc_path_manager.cc
diff options
context:
space:
mode:
Diffstat (limited to 'japanese/scim-mozc/files/patch-ipc_ipc_path_manager.cc')
-rw-r--r--japanese/scim-mozc/files/patch-ipc_ipc_path_manager.cc14
1 files changed, 14 insertions, 0 deletions
diff --git a/japanese/scim-mozc/files/patch-ipc_ipc_path_manager.cc b/japanese/scim-mozc/files/patch-ipc_ipc_path_manager.cc
new file mode 100644
index 000000000000..af41eb56846a
--- /dev/null
+++ b/japanese/scim-mozc/files/patch-ipc_ipc_path_manager.cc
@@ -0,0 +1,14 @@
+--- ipc/ipc_path_manager.cc.org 2010-09-04 07:45:47.421394850 +0900
++++ ipc/ipc_path_manager.cc 2010-09-04 07:50:27.875266222 +0900
+@@ -265,7 +265,10 @@
+ *ipc_name = kIPCPrefix;
+ #endif // OS_WINDOWS
+
+-#ifdef OS_LINUX
++#if !defined(__FreeBSD__) && defined(OS_LINUX)
++// XXX
++// Abstract Namespace of socket is LINUX ONLY incompatible feature.
++// XXX
+ // On Linux, use abstract namespace which is independent of the file system.
+ (*ipc_name)[0] = '\0';
+ #endif