Message-ID: <001f01c2bae2$02bcad50$0100a8c0@acp42g> From: "Andrew Cottrell" To: , "Richard Dawe" References: Subject: Re: fstat, fd_props and inventing inodes [PATCH] Date: Mon, 13 Jan 2003 19:58:28 +1100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Reply-To: djgpp-workers AT delorie DOT com > Below is a revision of Andrew's patch to make fstat generate > the same inode for a file irrespective of which file name > was used to open the file or how many times fstat has been called. > (Calling fstat multiple times on file descriptor gives different > inode values each time on Windows '98 SE.) Richard, Thanks for taking the time to update this. Andrew