Sender: rich AT phekda DOT freeserve DOT co DOT uk Message-ID: <3AF9B95D.7B78E9F3@phekda.freeserve.co.uk> Date: Wed, 09 May 2001 22:40:45 +0100 From: Richard Dawe X-Mailer: Mozilla 4.77 [en] (X11; U; Linux 2.2.17 i586) X-Accept-Language: de,fr MIME-Version: 1.0 To: djgpp-workers AT delorie DOT com Subject: Re: fil40s-beta2 References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp-workers AT delorie DOT com Hello. Eli Zaretskii wrote: > > On Tue, 8 May 2001, Richard Dawe wrote: > > > I wonder why djutils.c > > (You probably meant djstart.c.) No, I split out lstat() and put it into the new file djutils.c. At the time I was expecting to have to write more utility functions. Now it doesn't seem like such a good plan - oh well. > > provides an implementation of lstat() when HAVE_LSTAT is defined? > > djstart.c provided lstat unconditionally. The reason is that I simply > never considered the possibility that we will ever have true symlink > support. djutils.c *should* now provide it conditionally on defined(__DJGPP__) && !defined(HAVE_LSTAT). For some reason it does not work. Bye, Rich =] -- Richard Dawe http://www.phekda.freeserve.co.uk/richdawe/