From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30269 invoked by alias); 8 Jul 2012 20:20:11 -0000 Received: (qmail 30256 invoked by uid 22791); 8 Jul 2012 20:20:10 -0000 X-SWARE-Spam-Status: No, hits=-5.9 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,KHOP_RCVD_TRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE X-Spam-Check-By: sourceware.org Received: from mail-bk0-f43.google.com (HELO mail-bk0-f43.google.com) (209.85.214.43) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 08 Jul 2012 20:19:57 +0000 Received: by bkty15 with SMTP id y15so4615452bkt.2 for ; Sun, 08 Jul 2012 13:19:56 -0700 (PDT) Received: by 10.204.148.83 with SMTP id o19mr18377452bkv.96.1341778796111; Sun, 08 Jul 2012 13:19:56 -0700 (PDT) Received: from [192.168.2.193] (93-33-100-55.ip44.fastwebnet.it. [93.33.100.55]) by mx.google.com with ESMTPS id u8sm25071137bks.0.2012.07.08.13.19.55 (version=SSLv3 cipher=OTHER); Sun, 08 Jul 2012 13:19:55 -0700 (PDT) Message-ID: <4FF9EB69.6090407@gmail.com> Date: Sun, 08 Jul 2012 20:20:00 -0000 From: marco atzeri User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:13.0) Gecko/20120614 Thunderbird/13.0.1 MIME-Version: 1.0 To: cygwin@cygwin.com Subject: Re: GetDriveType on gnulib References: <4F6B5E3F.8020808@gmail.com> <4F6B632F.4040803@redhat.com> In-Reply-To: <4F6B632F.4040803@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com X-SW-Source: 2012-07/txt/msg00108.txt.bz2 On 3/22/2012 6:36 PM, Eric Blake wrote: > On 03/22/2012 11:15 AM, marco atzeri wrote: >> Hi Eric Blake, >> >> this portion of your gnulib code >> >> ---------------------------------------------- >> #ifdef __CYGWIN__ >> #include >> #define ME_REMOTE me_remote >> /* All cygwin mount points include `:' or start with `//'; so it >> requires a native Windows call to determine remote disks. */ > > Hmm; cygwin has had some improvements since I first wrote this - not the > least of which is that we redid mounting as part of the transition from > 1.5.x to 1.7.x; maybe the real solution is to determine if cygwin now > provides indications of a remote mount point that the code is looking > for without having to drop to native function calls, and kill the > include in that case. It's okay if that still requires the > use of a cygwin-specific function (that is, use of cygwin_internal would > be okay) if that's what it takes. It may be a few days before I have > time to properly look at fixing this in gnulib, though. > ping ? Marco -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple