aboutsummaryrefslogtreecommitdiff
path: root/multimedia/helixplayer/files
diff options
context:
space:
mode:
authorShaun Amott <shaun@FreeBSD.org>2006-11-27 14:18:19 +0000
committerShaun Amott <shaun@FreeBSD.org>2006-11-27 14:18:19 +0000
commitdb32324ef83ef17b35e842166b6bc425cf30ea54 (patch)
treee3033fc9e088a71b6866fa44c44be4b74ec7fbc6 /multimedia/helixplayer/files
parent98c2b3db477ad33a14d96b47617c4529cd0a75c6 (diff)
downloadports-db32324ef83ef17b35e842166b6bc425cf30ea54.tar.gz
ports-db32324ef83ef17b35e842166b6bc425cf30ea54.zip
Notes
Diffstat (limited to 'multimedia/helixplayer/files')
-rw-r--r--multimedia/helixplayer/files/patch-player_app_plugin_hxbackend.cpp16
1 files changed, 16 insertions, 0 deletions
diff --git a/multimedia/helixplayer/files/patch-player_app_plugin_hxbackend.cpp b/multimedia/helixplayer/files/patch-player_app_plugin_hxbackend.cpp
new file mode 100644
index 000000000000..16829fcdf5a2
--- /dev/null
+++ b/multimedia/helixplayer/files/patch-player_app_plugin_hxbackend.cpp
@@ -0,0 +1,16 @@
+--- player/app/plugin/hxbackend.cpp.orig Sun Oct 22 13:50:24 2006
++++ player/app/plugin/hxbackend.cpp Sun Oct 22 13:50:24 2006
+@@ -358,5 +357,5 @@ nsresult CHXPlayerBackend::ReceiveMessag
+ {
+ /* Trim back the buffer to the size we actually used (plus NULL) */
+- pBuf = (char*)realloc(pBuf, nPos + 1);
++ *ppBuf = (char*)realloc(pBuf, nPos + 1);
+ }
+ else
+@@ -509,5 +500,5 @@
+ fcntl(cbsockets[1], F_SETFD, 0);
+
+- m_nChildPid = fork();
++ m_nChildPid = vfork();
+ if(m_nChildPid < 0)
+ {