Thanks, Christian. I am forwarding your report to bug-gnulib.
Regards,
Sergey
[adding bug-gnulib]
On 03/29/2010 02:12 PM, Christian Weisgerber wrote:
> There is a stupid, stupid bug in FreeBSD 7 (up to and including the
> 7.3 release): The fdopendir() function is present in libc, but the
> prototype is missing from .
>
> GNU tar's configure picks up fdopendir(), but since
There is a stupid, stupid bug in FreeBSD 7 (up to and including the
7.3 release): The fdopendir() function is present in libc, but the
prototype is missing from .
GNU tar's configure picks up fdopendir(), but since there is no
prototype, it ends up typed as
int fdopendir();
This is bad. fdop
Sergey,
On Sat, Mar 27, 2010 at 10:38:46PM +0200, Sergey Poznyakoff wrote:
> Solar Designer ha escrit:
>
> But this:
> > +
> > +chmod +w ustar/out/dir
>
> is entirely useless. The testsuite script itself takes care of the
> privileges before removing test directories (see
> at_func_group_postp