Re: [Bug-tar] 1.23: FreeBSD 7 bug affects GNU tar

2010-03-29 Thread Sergey Poznyakoff
Thanks, Christian. I am forwarding your report to bug-gnulib. Regards, Sergey

Re: [Bug-tar] 1.23: FreeBSD 7 bug affects GNU tar

2010-03-29 Thread Eric Blake
[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

[Bug-tar] 1.23: FreeBSD 7 bug affects GNU tar

2010-03-29 Thread Christian Weisgerber
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

Re: [Bug-tar] tests/extrac07.at

2010-03-29 Thread Solar Designer
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