From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Jason Rumney Newsgroups: gmane.emacs.devel Subject: Re: TCP sockets in Windows Date: 04 May 2002 16:29:34 +0100 Sender: emacs-devel-admin@gnu.org Message-ID: References: <20020408182523.8BA5.LEKTU@terra.es> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1020550541 23331 127.0.0.1 (4 May 2002 22:15:41 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 4 May 2002 22:15:41 +0000 (UTC) Cc: emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 1747ob-00064C-00 for ; Sun, 05 May 2002 00:15:41 +0200 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 1747uz-0003b8-00 for ; Sun, 05 May 2002 00:22:17 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 1747oJ-00039G-00; Sat, 04 May 2002 18:15:23 -0400 Original-Received: from protactinium.btinternet.com ([194.73.73.176]) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 1747mu-00032S-00 for ; Sat, 04 May 2002 18:13:56 -0400 Original-Received: from host213-122-102-238.in-addr.btopenworld.com ([213.122.102.238] helo=nyaumo.btinternet.com) by protactinium.btinternet.com with esmtp (Exim 3.22 #8) id 1747mt-0002zM-00; Sat, 04 May 2002 23:13:55 +0100 Original-Received: from nyaumo.btinternet.com (localhost [127.0.0.1]) by nyaumo.btinternet.com (8.9.3/8.9.3/SuSE Linux 8.9.3-0.1) with ESMTP id QAA06250; Sat, 4 May 2002 16:29:34 +0100 Original-To: Juanma Barranquero In-Reply-To: <20020408182523.8BA5.LEKTU@terra.es> Original-Lines: 12 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2.50 Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.9 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:3587 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:3587 Juanma Barranquero writes: > I've patched sys_accept (in w32.c) to prevent a crash because a > parameter was being shadowed by a local variable. Still, I'm unable to > get make-network-process and friends to work in Windows. Is that > supposed to work, or it is still in development? It should work now. I've just added an emulation of fcntl to w32.c to add :nowait support on Windows and make :server sockets usable. -- Jason Rumney