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: recent commit broke src/dired.c on OSX Date: Wed, 28 Jul 2010 02:45:33 +0200 Message-ID: References: <86iq4379w0.fsf@red.stonehenge.com> <86eier7942.fsf@red.stonehenge.com> <86aapf78af.fsf@red.stonehenge.com> <83d3uab2np.fsf@gnu.org> <4449EC4A-94C7-4C9E-A156-1EC94EE64707@mit.edu> <87eieotsgi.fsf@telefonica.net> <876300tpft.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 1280277964 21039 80.91.229.12 (28 Jul 2010 00:46:04 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 28 Jul 2010 00:46: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 Wed Jul 28 02:46:03 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 1OdumY-0006ad-SL for ged-emacs-devel@m.gmane.org; Wed, 28 Jul 2010 02:46:03 +0200 Original-Received: from localhost ([127.0.0.1]:53384 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OdumY-0005av-CR for ged-emacs-devel@m.gmane.org; Tue, 27 Jul 2010 20:46:02 -0400 Original-Received: from [140.186.70.92] (port=58934 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OdumS-0005ap-Ri for emacs-devel@gnu.org; Tue, 27 Jul 2010 20:45:57 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OdumQ-0001MR-E0 for emacs-devel@gnu.org; Tue, 27 Jul 2010 20:45:56 -0400 Original-Received: from mail-bw0-f41.google.com ([209.85.214.41]:55664) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OdumQ-0001M7-7A for emacs-devel@gnu.org; Tue, 27 Jul 2010 20:45:54 -0400 Original-Received: by bwz9 with SMTP id 9so4439521bwz.0 for ; Tue, 27 Jul 2010 17:45:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=ibIQV12YO4/GFm6ipV89QSjF0v6iqxIRkMA+T6JN6jU=; b=bLx7W58h7LNsAZdkiIVC33sgZmm4ybBavVHDCFlKpJ2GJPRVxJhgG5/tQefYYtCaD5 8fZHnOKHFnNBjBIo5CXIHSOUArythKr1IW4lueKkbttNmEAJX5PRsJ9whv5HQyBKul77 rveuxfqF1BLsYnHQ0kkAlBiK1m+baPdY0bG3A= 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=WLjneizEkT60JEu1YYhQmVdce3UCek9/qniToC98D3IvhRHguLlopHoNuXqr18wK1f DqaK/DuFyQq5fBICYb+w2K0G24sF0rzo/L5yRUU8UanQ1ROUtkv6kHM1T7YOu/bNjkMK T9JQf5QKL3D5akH7OfRDJUrxkSm94JEWY4vwU= Original-Received: by 10.204.26.147 with SMTP id e19mr7331836bkc.25.1280277953198; Tue, 27 Jul 2010 17:45:53 -0700 (PDT) Original-Received: by 10.204.180.136 with HTTP; Tue, 27 Jul 2010 17:45:33 -0700 (PDT) In-Reply-To: <876300tpft.fsf@telefonica.net> 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:127900 Archived-At: On Wed, Jul 28, 2010 at 02:33, =C3=93scar Fuentes wrote: > I fail to understand your failure to see the relevance. I see your failure and raise it :-) > Perhaps you missed that I was mentioning direCt.h instead of direNt.h? No. But the functions offered by direCt.h are not related to the ones in direNt.h. So, how does including direCt.h affect opendir / readdir? > It can be useful to know that using dirent.h won't work for VC++ Yes. > but using direct.h will work for both VC++ and MinGW. Will work, if the code is adapted to using it, you mean? =C2=A0 =C2=A0 Juanma