Mailing-List: contact cygwin-developers-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-developers-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin-developers AT sourceware DOT cygnus DOT com From: Chris Faylor Date: Mon, 8 May 2000 21:23:56 -0400 To: cygwin-developers AT sourceware DOT cygnus DOT com Subject: Re: stat() behavior differs on Win9x and WinNT Message-ID: <20000508212356.A3892@cygnus.com> Reply-To: cygwin-developers AT sourceware DOT cygnus DOT com Mail-Followup-To: cgf AT cygnus DOT com, cygwin-developers AT sourceware DOT cygnus DOT com References: <779F20BCCE5AD31186A50008C75D997917171E AT silldn_mail1 DOT sanwaint DOT com> <39168E39 DOT E3A4494D AT vinschen DOT de> <20000508172057 DOT B1920 AT cygnus DOT com> <391731E3 DOT B78C504B AT vinschen DOT de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.1.12i In-Reply-To: <391731E3.B78C504B@vinschen.de>; from corinna@vinschen.de on Mon, May 08, 2000 at 11:30:11PM +0200 On Mon, May 08, 2000 at 11:30:11PM +0200, Corinna Vinschen wrote: >Chris Faylor wrote: >> >> On Mon, May 08, 2000 at 11:51:53AM +0200, Corinna Vinschen wrote: >> >"Fifer, Eric" wrote: >> >> >> >> With recent snapshots, stat() of a file with an invalid name, >> >> like stat("abc>def") ('>' is not allowed in file names), does >> >> not fail on Win98: >> >> [...] >> >[...] >> >IMO the mapping ERROR_BAD_PATHNAME -> EINVAL is incorrect. >> >> I agree. Is the closest UNIX equivalent ENOENT? If so, let's make this >> change. > >Yes, it is the closest equiv. Should I check it in? Yup. cgf