From: "Mark E." To: djgpp-workers AT delorie DOT com Date: Thu, 25 Jan 2001 09:58:24 -0500 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: filelength and errno patch Message-ID: <3A6FF8C0.9201.228515@localhost> In-reply-to: <1659-Thu25Jan2001103917+0200-eliz@is.elta.co.il> References: <3A6F2E91 DOT 17471 DOT 6D5BA AT localhost> (snowball3 AT bigfoot DOT com) X-mailer: Pegasus Mail for Win32 (v3.12c) Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > I'd simply use _USE_LFN and drop the DOS version check. Fixed. > Btw, since even on FAT32 the largest file size fits into 32 bits, when > do we expect to get EOVRFLOW? For networked drives? Right. NTFS supposedly supports 64Tb files. So EOVERFLOW is possible when accessing a remote drive that's FS is NTFS. Mark