freebsd-ports/multimedia/vdr-plugin-xvdr/files/patch-src-net-cxsocket.c
Juergen Lock 7c720b5681 VDR plugin to handle XBMC clients.
The vdr-plugin-xvdr is able to handle serveral XBMC clients connecting
via the XVDR addon.

WWW: https://github.com/pipelka/vdr-plugin-xvdr
2011-12-18 17:23:38 +00:00

13 lines
208 B
C

--- a/src/net/cxsocket.c
--- b/src/net/cxsocket.c
@@ -48,6 +48,10 @@
#include "config/config.h"
#include "cxsocket.h"
+#ifndef MSG_MORE
+#define MSG_MORE 0
+#endif
+
cxSocket::~cxSocket()
{
close();