Date: Fri, 2 Nov 2001 12:35:15 -0500 Message-Id: <200111021735.fA2HZFJ21434@envy.delorie.com> From: DJ Delorie To: djgpp-workers AT delorie DOT com In-reply-to: <3BE2B26D.CA65166B@phekda.freeserve.co.uk> (message from Richard Dawe on Fri, 02 Nov 2001 14:49:17 +0000) Subject: Re: Patch to add st_blocks to struct stat References: <3BE2B26D DOT CA65166B AT phekda DOT freeserve DOT co DOT uk> 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 Changing the size of struct stat will cause problems with pre-built objects, especially third party libraries. *If* we decide to change the size of struct stat (I recommend against), let's add a few dummy fields at the end, so that we can "expand" it next time without changing its size.