summaryrefslogtreecommitdiff
path: root/src/input/input_net.c
diff options
context:
space:
mode:
authorGuenter Bartsch <guenter@users.sourceforge.net>2001-06-21 17:34:23 +0000
committerGuenter Bartsch <guenter@users.sourceforge.net>2001-06-21 17:34:23 +0000
commit436b928915f56a8bc56fc7065800fad7e474e158 (patch)
tree9d0680a8099f22e639058ce366e79032129f13f7 /src/input/input_net.c
parenta2c0482e17a5d1d0ea99d06b81e94c0e7b5cb4e2 (diff)
downloadxine-lib-436b928915f56a8bc56fc7065800fad7e474e158.tar.gz
xine-lib-436b928915f56a8bc56fc7065800fad7e474e158.tar.bz2
solaris and stability patches provided by Juergen Keil
CVS patchset: 211 CVS date: 2001/06/21 17:34:23
Diffstat (limited to 'src/input/input_net.c')
-rw-r--r--src/input/input_net.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/input/input_net.c b/src/input/input_net.c
index ddd651053..df2ee9e83 100644
--- a/src/input/input_net.c
+++ b/src/input/input_net.c
@@ -41,6 +41,11 @@
#include "monitor.h"
#include "input_plugin.h"
+#if !defined(NDELAY) && defined(O_NDELAY)
+#define FNDELAY O_NDELAY
+#endif
+
+
static uint32_t xine_debug;
#define NET_BS_LEN 2324