[bug-gnulib] Re: coreutils FTS inclusion

2005-05-17 Thread Jim Meyering
Yoann Vandoorselaere [EMAIL PROTECTED] wrote: ... The other files are not hidden :) They're part of coreutils. I will try by using these. Note that coreutils contain no fts.m4. I will You'll find it in the CVS repository for the project on Savannah: savannah.gnu.org/projects/coreutils

[bug-gnulib] Re: [PATCH]: fix warning in the hash module

2005-05-17 Thread Yoann Vandoorselaere
On Tue, 2005-05-17 at 08:59 +0200, Jim Meyering wrote: Yoann Vandoorselaere [EMAIL PROTECTED] wrote: On Mon, 2005-05-16 at 15:20 +0200, Jim Meyering wrote: Yoann Vandoorselaere [EMAIL PROTECTED] wrote: This patch fix constness warning in the GnuLib hash module. I'm all for avoiding

[bug-gnulib] Bugs in chown module

2005-05-17 Thread Eric Blake
Looking at m4/chown.m4, the test for defining CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE uses the wrong sense, since ac_cv_func_chown_works is yes iff not cross-compiling and chown(f,-1,-1) didn't change the struct stat owners. Furthermore, in lib/chown.c, when this C macro is defined, the code

Re: [bug-gnulib] gcc -Wall warning for minmax.h

2005-05-17 Thread Derek Price
Paul Eggert wrote: Derek Price [EMAIL PROTECTED] writes: +#ifdef LIMITS_H_HAS_MINMAX +# include limits.h +#elif SYS_PARAM_H_HAS_MINMAX +# include sys/param.h +#endif This doesn't work if limits.h and sys/param.h both define MIN. Hrm. Okay, I've fixed this, though I think such a