Date: Mon, 6 Aug 2001 15:51:01 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Hans-Bernhard Broeker cc: djgpp-workers AT delorie DOT com Subject: Re: ls bug In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 On Mon, 6 Aug 2001, Hans-Bernhard Broeker wrote: > A proper solution would only be to make st_size (unsigned) long long, of > course... We can't do that, since st_size is declared off_t, which is a signed type. We could make it long long, because even FAT32 doesn't will do with 32 bits, but we would lose binary compatibility and take a performance hit...