On Sunday 04 of April 2010 02:10:13 James Youngman wrote:
> I suspect what's happening is that the library on your build hosts
> defined O_CLOEXEC, but your kernel lacks support for it. fcntl(fd,
> F_GETFL) may just return the original flags we passed, meaning that
> it's not a guarantee that the
2010/4/3 Kamil Dudka :
> Hello,
>
> thanks for the new release of findutils in the first place!
>
> While I was trying to build packages for Fedora, I ran into huge test-suite
> failure. For merely all tests the assertion within complain_about_leaky_fds
> () failed on the descriptor 3 or 4.
>
> Po
Hello,
thanks for the new release of findutils in the first place!
While I was trying to build packages for Fedora, I ran into huge test-suite
failure. For merely all tests the assertion within complain_about_leaky_fds
() failed on the descriptor 3 or 4.
Poking around, I discovered the functi
I am pleased to announce the release of version 4.5.7 of GNU
findutils.
GNU findutils is a set of software tools for finding files that match
certain criteria and for performing various operations on them.
Findutils includes the programs "find", "xargs" and "locate". More
information about findut
I also needed to remove modetype.h from EXTRA_DIST.
James.
On Fri, Apr 2, 2010 at 11:57 PM, Eric Blake wrote:
> The subject line was right, but the ChangeLog portion looks like it came
> from another patch.
I've split that patch and re-associated the ChangeLog section with the
correct change.
James.
Thanks!Fixed.