Jim Meyering writes:
> Jim Meyering wrote:
> ...
>> Here's an incremental, then the adjusted full patch.
>>
>> BTW, I test this with coreutils by running chcon -R[*] on a directory
>> containing 1000 files. With the patch, strace -c reports *1*
>> calls to newfstatat, but without, it reports 10
Jim Meyering writes:
> I vaguely recall feeling a slight twinge as I did that,
> but since coreutils proper has been using decl-after-stmt,
> for so long, I let it slide.
How does that work? Do most compilers out there really support
decl-after-stmt (not likely?!), or do you offer a patch for u