Mail Archives: djgpp-workers/2001/05/09/18:44:59
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/
- Raw text -