Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Date: Tue, 17 Feb 2004 17:49:58 -0500
From: Christopher Faylor <cgf-no-personal-reply-please@cygwin.com>
To: cygwin@cygwin.com
Subject: Re: New snapshot available which *may* fix unzip long filenames problem
Message-ID: <20040217224958.GA24244@redhat.com>
Mail-Followup-To: cygwin@cygwin.com
References: <20040217201833.GA26980@redhat.com> <20040217205652.GA314375@Worldnet> <20040217210628.GB27861@redhat.com> <20040217224817.GA91611@Worldnet>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <20040217224817.GA91611@Worldnet>
User-Agent: Mutt/1.4.1i
X-IsSubscribed: yes
Reply-To: cygwin@cygwin.com

On Tue, Feb 17, 2004 at 05:48:17PM -0500, Pierre A. Humblet wrote:
>When you have a minute or two, could you think of an example where the 
>win32 name would have problems replacing the unix name in fhandler_*?

fhandler_base::get_default_fmode is one place, I believe.  I don't know
if that functionality is actually used anywhere, though.

I think all of the fhandler_proc stuff rely on it, but that's not really
robust and could possibly be changed to get_win32 with some effort.

chown_worker is one place where we *don't* need it, though.  That could
either be a path_conv or a fhandler, I think.

cgf

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

