From 436b928915f56a8bc56fc7065800fad7e474e158 Mon Sep 17 00:00:00 2001 From: Guenter Bartsch Date: Thu, 21 Jun 2001 17:34:23 +0000 Subject: solaris and stability patches provided by Juergen Keil CVS patchset: 211 CVS date: 2001/06/21 17:34:23 --- src/input/input_net.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/input/input_net.c') 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 -- cgit v1.2.3