Re: [1.3.2] Don't assume sys/select.h exists

2003-06-04 Thread John Levon
On Tue, Jun 03, 2003 at 10:44:15PM +0200, Jean-Marc Lasgouttes wrote:

> If you don't apply it to 1.3.X, I will have to do it myself...

Why, such subtlety :)

done

regards
john


Re: [1.3.2] Don't assume sys/select.h exists

2003-06-04 Thread Jean-Marc Lasgouttes
> "John" == John Levon <[EMAIL PROTECTED]> writes:

John> On Tue, Jun 03, 2003 at 01:31:51AM -0500, Albert Chin wrote:
>>  Doesn't exist on HP-UX 11.x. Patch below against
>> 1.3.2.

John> Applied to CVS thanks. JMarc ?

If you don't apply it to 1.3.X, I will have to do it myself...

JMarc


Re: [1.3.2] Don't assume sys/select.h exists

2003-06-04 Thread John Levon
On Tue, Jun 03, 2003 at 01:31:51AM -0500, Albert Chin wrote:

>  Doesn't exist on HP-UX 11.x. Patch below against 1.3.2.

Applied to CVS thanks. JMarc ?

john


[1.3.2] Don't assume sys/select.h exists

2003-06-03 Thread Albert Chin
 Doesn't exist on HP-UX 11.x. Patch below against 1.3.2.

-- 
albert chin ([EMAIL PROTECTED])

-- snip snip
--- src/ispell.C.orig   Tue Jun  3 00:09:02 2003
+++ src/ispell.CTue Jun  3 00:09:51 2003
@@ -25,7 +25,9 @@
 #include "support/forkedcall.h"
 #include "support/lstrings.h"
 
+#ifdef HAVE_SYS_SELECT_H
 #include 
+#endif
 #include 
 
 #ifndef CXX_GLOBAL_CSTD