Date: Mon, 13 Aug 2001 17:18:00 +0300 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: acottrel AT ihug DOT com DOT au Message-Id: <8632-Mon13Aug2001171758+0300-eliz@is.elta.co.il> X-Mailer: Emacs 20.6 (via feedmail 8.3.emacs20_6 I) and Blat ver 1.8.9 CC: djgpp-workers AT delorie DOT com In-reply-to: <020601c12401$2a567180$0a02a8c0@acceleron> (acottrel@ihug.com.au) Subject: Re: Link function query References: <003801c12241$d44f9b10$0a02a8c0 AT acceleron> <7704-Mon13Aug2001130045+0300-eliz AT is DOT elta DOT co DOT il> <020601c12401$2a567180$0a02a8c0 AT acceleron> 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 > From: "Andrew Cottrell" > Date: Tue, 14 Aug 2001 00:06:35 +1000 > > The problem appears to be with the st_dev info. I need to check all the rest > of the info to see if there are any other differences. > > Let me re-phrase my question: > Should I be able to compare the results from stat() against fstat()? Yes. The only part that is allowed to be not equal on Windows is the st_ino member: Windows doesn't give us enough info to get the full path of the file name by its handle (on plain DOS, even st_ino is identical).