Date: Sat, 3 Nov 2001 03:34:16 -0500 Message-Id: <200111030834.fA38YGo27985@envy.delorie.com> From: DJ Delorie To: djgpp-workers AT delorie DOT com In-reply-to: <10111030528.AA19579@clio.rice.edu> (sandmann@clio.rice.edu) Subject: Re: Patch to add st_blocks to struct stat References: <10111030528 DOT AA19579 AT clio DOT rice DOT edu> 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 > CVS is already not binary compatible with V2.03. dirent has changed > (has a new member d_type). But nobody does "struct dirent foo;" in their programs. They do "struct dirent *foo;" so the size doesn't matter. But "struct stat st;" is very common.