From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: MS-Windows build broken in Fmake_network_process Date: Sat, 27 Mar 2010 14:18:18 +0100 Message-ID: References: <83634jglab.fsf@gnu.org> <83sk7mf91t.fsf@gnu.org> <87y6hd3oly.fsf@telefonica.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1269695944 21039 80.91.229.12 (27 Mar 2010 13:19:04 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 27 Mar 2010 13:19:04 +0000 (UTC) Cc: emacs-devel@gnu.org To: =?UTF-8?Q?=C3=93scar_Fuentes?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Mar 27 14:18:59 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1NvVui-0001Mg-Mk for ged-emacs-devel@m.gmane.org; Sat, 27 Mar 2010 14:18:57 +0100 Original-Received: from localhost ([127.0.0.1]:49834 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NvVuh-0006lH-AQ for ged-emacs-devel@m.gmane.org; Sat, 27 Mar 2010 09:18:55 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NvVuV-0006hU-P4 for emacs-devel@gnu.org; Sat, 27 Mar 2010 09:18:43 -0400 Original-Received: from [140.186.70.92] (port=56183 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NvVuT-0006gD-Uy for emacs-devel@gnu.org; Sat, 27 Mar 2010 09:18:43 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NvVuR-0006ZZ-JD for emacs-devel@gnu.org; Sat, 27 Mar 2010 09:18:41 -0400 Original-Received: from mail-bw0-f219.google.com ([209.85.218.219]:54688) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NvVuR-0006ZK-AI for emacs-devel@gnu.org; Sat, 27 Mar 2010 09:18:39 -0400 Original-Received: by bwz19 with SMTP id 19so1218529bwz.26 for ; Sat, 27 Mar 2010 06:18:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:received:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=uv9l9xT4M0w/KESLyZ4GLYrAcwRBg4l5/UFRAyoZ6DQ=; b=E3rjngZW7U9UZiugkqpNdg+UHnx291GqHVj71EWtNp2u4FPZx73sG/WmFyvZnngqU9 ufhll1j9SMsKVKUebJQB7t9I3us2jVGZnoBC+ARtOZtgub077bZ8C8wrFvncjaU6NkQr BT5NDUbuiw7KNinaalCk3G8bRKF6JW9ISEnjQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=JGFyRG5VcuwpNompB8HaJJxofq4JELjmbciKub8qV3o6f5Ea5LusmyDq+Dy3GwMJqE w2iF/zOLh1s0TjpqQJ2Gs557Tbf1SY7BOqurcumWhgr9fH4K1zxqrLXNVCKLFzpBt9Fv QA2IP4Oj3MxYtUDD40IKbwR1EuxUWFvYvEH88= Original-Received: by 10.204.156.9 with HTTP; Sat, 27 Mar 2010 06:18:18 -0700 (PDT) In-Reply-To: <87y6hd3oly.fsf@telefonica.net> Original-Received: by 10.204.152.17 with SMTP id e17mr1332148bkw.105.1269695918151; Sat, 27 Mar 2010 06:18:38 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:122762 Archived-At: On Sat, Mar 27, 2010 at 14:01, =C3=93scar Fuentes wrote: > http://msdn.microsoft.com/en-us/library/aa923167.aspx says that WSAEINTR > means "the socked was closed". That's for the current Winsock > implementation. On "Windows Sockets Error Codes", http://msdn.microsoft.com/en-us/library/ms740668%28VS.85%29.aspx WSAEINTR 10004 Interrupted function call. A blocking operation was interrupted by a call to WSACancelBlockingCa= ll. and http://msdn.microsoft.com/en-us/library/ms737526%28VS.85%29.aspx says: WSAEINTR A blocking Windows Sockets 1.1 call was canceled through WSACancelBlockingCall. Juanma