diff options
Diffstat (limited to 'japanese/mozc-server/files/patch-ipc_ipc_path_manager.cc')
-rw-r--r-- | japanese/mozc-server/files/patch-ipc_ipc_path_manager.cc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/japanese/mozc-server/files/patch-ipc_ipc_path_manager.cc b/japanese/mozc-server/files/patch-ipc_ipc_path_manager.cc index 3bb7ecad19e2..542f221f0eb0 100644 --- a/japanese/mozc-server/files/patch-ipc_ipc_path_manager.cc +++ b/japanese/mozc-server/files/patch-ipc_ipc_path_manager.cc @@ -1,8 +1,8 @@ ---- ipc/ipc_path_manager.cc.orig 2012-09-07 10:21:32.692021977 +0900 -+++ ipc/ipc_path_manager.cc 2012-05-01 12:46:21.263693000 +0900 -@@ -284,7 +284,7 @@ +--- ipc/ipc_path_manager.cc.orig 2013-04-21 03:48:45.259273192 +0900 ++++ ipc/ipc_path_manager.cc 2013-04-21 04:20:12.800269260 +0900 +@@ -276,7 +276,7 @@ *ipc_name = kIPCPrefix; - #endif // OS_WINDOWS + #endif // OS_WIN -#ifdef OS_LINUX +#if defined(OS_LINUX) && !defined(__FreeBSD__) |