From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2771 invoked from network); 27 Sep 2001 10:45:16 -0000 Received: from sunsite.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 27 Sep 2001 10:45:16 -0000 Received: (qmail 29126 invoked by alias); 27 Sep 2001 10:45:06 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 15879 Received: (qmail 29112 invoked from network); 27 Sep 2001 10:45:05 -0000 To: zsh-workers@sunsite.dk (Zsh hackers list) Subject: tcp module uses `poll' unconditionally. Date: Thu, 27 Sep 2001 11:44:27 +0100 Message-ID: <3851.1001587467@csr.com> From: Peter Stephenson tcp.c uses poll() at line 546. It should test HAVE_POLL and if that fails use select(). This screws up (my version of) cygwin. zftp has a fallback to do something more limited if neither poll() nor select() is available, tcp should probably do the same. -- Peter Stephenson Software Engineer CSR Ltd., Science Park, Milton Road, Cambridge, CB4 0WH, UK Tel: +44 (0)1223 392070 ********************************************************************** The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from any computer. **********************************************************************