diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2010-01-11 05:20:44 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2010-01-11 05:20:44 +0000 |
commit | e34b3ec7cc67283210a3ece6c70a74d4aaa212ec (patch) | |
tree | c25e55f398d80594f03381ffab54f425e2afddba /graphics/gnash-devel | |
parent | cdd02a901fdf2d0e3139a823d3f02d061a2b9e04 (diff) | |
download | ports-e34b3ec7cc67283210a3ece6c70a74d4aaa212ec.tar.gz ports-e34b3ec7cc67283210a3ece6c70a74d4aaa212ec.zip |
Notes
Diffstat (limited to 'graphics/gnash-devel')
-rw-r--r-- | graphics/gnash-devel/files/patch-utilities-dumpshm.cpp | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/graphics/gnash-devel/files/patch-utilities-dumpshm.cpp b/graphics/gnash-devel/files/patch-utilities-dumpshm.cpp new file mode 100644 index 000000000000..9f467b0344b1 --- /dev/null +++ b/graphics/gnash-devel/files/patch-utilities-dumpshm.cpp @@ -0,0 +1,17 @@ +--- utilities/dumpshm.cpp.orig 2010-01-10 20:05:25.000000000 +0300 ++++ utilities/dumpshm.cpp 2010-01-11 02:30:47.000000000 +0300 +@@ -314,10 +314,10 @@ + } + #ifdef IPC_PERM_KEY + if (shmseg.shm_segsz == 64528) { +- log_debug(_("Found it! \"set LCShmKey 0x %s %s \" in your ~/.gnashrc", hex, shmseg.shm_perm.IPC_PERM_KEY)); +- log_debug(_("Last changed on: %s", ctime(&shmseg.shm_ctime))); +- log_debug(_("Last attached on: %s", ctime(&shmseg.shm_atime))); +- log_debug(_("Last detached on: %s", ctime(&shmseg.shm_dtime))); ++ log_debug("Found it! \"set LCShmKey 0x %s %s \" in your ~/.gnashrc", hex, shmseg.shm_perm.IPC_PERM_KEY); ++ log_debug("Last changed on: %s", ctime(&shmseg.shm_ctime)); ++ log_debug("Last attached on: %s", ctime(&shmseg.shm_atime)); ++ log_debug("Last detached on: %s", ctime(&shmseg.shm_dtime)); + return shmseg.shm_perm.IPC_PERM_KEY; + } + #endif // end of IPC_PERM_KEY |