From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: h_errno? Date: Fri, 15 Feb 2013 12:19:23 +0200 Message-ID: <83ip5tubf8.fsf@gnu.org> References: <83obfmt01q.fsf@gnu.org> <511E03E9.9090301@yandex.ru> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1360923560 4570 80.91.229.3 (15 Feb 2013 10:19:20 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 15 Feb 2013 10:19:20 +0000 (UTC) Cc: emacs-devel@gnu.org To: Dmitry Antipov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Feb 15 11:19:40 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1U6IOI-0000wB-A5 for ged-emacs-devel@m.gmane.org; Fri, 15 Feb 2013 11:19:38 +0100 Original-Received: from localhost ([::1]:52993 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U6INy-0001vX-Lb for ged-emacs-devel@m.gmane.org; Fri, 15 Feb 2013 05:19:18 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:52792) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U6INp-0001vA-JB for emacs-devel@gnu.org; Fri, 15 Feb 2013 05:19:16 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U6INn-0006m2-CY for emacs-devel@gnu.org; Fri, 15 Feb 2013 05:19:09 -0500 Original-Received: from mtaout20.012.net.il ([80.179.55.166]:42611) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U6INn-0006lq-4Q for emacs-devel@gnu.org; Fri, 15 Feb 2013 05:19:07 -0500 Original-Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0MI900A00B7C1H00@a-mtaout20.012.net.il> for emacs-devel@gnu.org; Fri, 15 Feb 2013 12:19:05 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MI9009O1BBT57P0@a-mtaout20.012.net.il>; Fri, 15 Feb 2013 12:19:05 +0200 (IST) In-reply-to: <511E03E9.9090301@yandex.ru> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 X-Received-From: 80.179.55.166 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:157044 Archived-At: > Date: Fri, 15 Feb 2013 13:46:17 +0400 > From: Dmitry Antipov > CC: emacs-devel@gnu.org > > On 02/15/2013 01:10 PM, Eli Zaretskii wrote: > > > What is this variable about, and why do we have its declaration in > > process.c? > > http://www.linuxmanpages.com/man3/gethostbyname.3.php Thanks. I guess most of w32 functions that set h_errno can stop doing that now.