bug-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Feature Branch Windows Build Broken - lib/canonicalize.c - ELOOP &


From: Derek Price
Subject: Re: Feature Branch Windows Build Broken - lib/canonicalize.c - ELOOP & lstat
Date: Wed, 25 May 2005 16:42:30 -0400
User-agent: Mozilla Thunderbird 1.0.2 (Windows/20050317)

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Conrad T. Pino wrote:

>>>-#define CVS_STAT wnt_stat
>>>-int wnt_stat ();
>>>-
>>>-#define CVS_LSTAT wnt_lstat
>>>-int wnt_lstat ();
>>>+int wnt_stat (const char *file, struct wnt_stat *sb);
>>
>>This may prove unnecessary. See below.
>
>
>I didn't see anything pertinent below. What did I miss?


The new stat module is going to define gl_stat and gl_lstat and provide
protos for rpl_stat and rpl_lstat in a header.  The easiest thing to do
is probably going to just use the new header and rename the
windows-NT/filesubr.c functions to rpl_stat and rpl_lstat.

Also, the stat function in glob.c is not using the timestamps, which is
all the windows-NT/filesubr.c functions mess with, so it will probably
be okay to leave its call to stat (as opposed to gl_stat) alone.

Anyhow, dealing with this should probably wait until Bruno commits his
changes to the stat module and I can import the new version from GNULIB.

Regards,

Derek
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (Cygwin)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFClOMyLD1OTBfyMaQRAvk2AJ92UnrvZa0t7EkMSGwUnRYDtc5V/QCg2+EB
Smt2Qff7F7CeziS2jhOanoM=
=+Ysi
-----END PGP SIGNATURE-----






reply via email to

[Prev in Thread] Current Thread [Next in Thread]