diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2010-01-11 13:20:44 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2010-01-11 13:20:44 +0800 |
commit | 00364ae3c917bedec77fe6d233bc24b0093c875a (patch) | |
tree | b428038c32ced49bb482c2e8e0022362d98bc924 /graphics | |
parent | 8a50c8ef789e684b2e204231969fc73fbf6de1d5 (diff) | |
download | freebsd-ports-gnome-00364ae3c917bedec77fe6d233bc24b0093c875a.tar.gz freebsd-ports-gnome-00364ae3c917bedec77fe6d233bc24b0093c875a.tar.zst freebsd-ports-gnome-00364ae3c917bedec77fe6d233bc24b0093c875a.zip |
- Add forgotten patch
Diffstat (limited to 'graphics')
-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 |