Re: [patch #3741] Added support for Interix within mountlist.c

2005-02-15 Thread Jim Meyering
Paul Eggert <[EMAIL PROTECTED]> wrote: > Jim Meyering <[EMAIL PROTECTED]> writes: > >> +/* In the unlikely event that opendir and each readdir >> + succeed, but all statvfs calls fail, ensure that we >> + fail with a valid errno value. */ > > If I'm understanding the code correctly

Re: [bug-gnulib] Re: [patch #3741] Added support for Interix within mountlist.c

2005-02-15 Thread Paul Eggert
Jim Meyering <[EMAIL PROTECTED]> writes: > + /* In the unlikely event that opendir and each readdir > +succeed, but all statvfs calls fail, ensure that we > +fail with a valid errno value. */ If I'm understanding the code correctly, the comment should read "a statvfs call fai

Re: [patch #3741] Added support for Interix within mountlist.c

2005-02-15 Thread Jim Meyering
James Youngman <[EMAIL PROTECTED]> wrote: > I've received a patch for findutils from Darren R. Starr. The patch > adds support for Interix to the mountlist.c file. This file is > distributed with findutils, but is not present in the findutils CVS > code (insteead, findutils uses gnulib's CVS code

[patch #3743] Typo fixes to find(1) man page.

2005-02-15 Thread James Youngman
Update of patch #3743 (project findutils): Status:None => Applied Assigned to:None => jay Open/Closed:Open => Closed __