Re: [Patch] Add dirent.d_type support to Cygwin 1.7 ?

2008-11-28 Thread Jim Meyering
"James Youngman" <[EMAIL PROTECTED]> wrote: > On Thu, Nov 27, 2008 at 10:53 PM, Eric Blake <[EMAIL PROTECTED]> wrote: >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA1 >> >> [dropping cygwin-patches, since posts are closed to non-subscribers, and >> adding bug-findutils and bug-gnulib. Christian

Re: [Patch] Add dirent.d_type support to Cygwin 1.7 ?

2008-11-28 Thread Christian Franke
Eric Blake wrote: According to Christian Franke on 11/27/2008 2:41 PM: PS: find is not as smart as expected: 'find /path -type d' calls lstat() for each entry, even if d_type != DT_UNKNOWN. So 'find /path' is 2-3 times faster than 'find /path -type d'. This seems like it might be a bu

Re: [Patch] Add dirent.d_type support to Cygwin 1.7 ?

2008-11-28 Thread James Youngman
On Thu, Nov 27, 2008 at 10:53 PM, Eric Blake <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > [dropping cygwin-patches, since posts are closed to non-subscribers, and > adding bug-findutils and bug-gnulib. Christian is working on a patch that > lets cygwin do initia