Re: configure issue: getfsstat(), 'struct statfs' and 'struct fsstat'

2018-07-17 Thread Barath Aron
On 07/17/2018 09:05 PM, Barath Aron wrote: Thanks, I'll let you know about my findings. As a start, I got all the headers from a NetBSD 4.0 with gcc installed. After looking into those headers, I noticed the following: a) There is no getfsstat(), but there is getvfsstat(), and its argument i

Re: configure issue: getfsstat(), 'struct statfs' and 'struct fsstat'

2018-07-17 Thread Barath Aron
On 07/17/2018 08:49 PM, Paul Eggert wrote: Barath Aron wrote: Does gnulib support BSD's getmntinfo()? Since it looks not, what can we do? Gnulib ports to the operating systems (including BSD operating systems) available at the time Gnulib was written, and it still ports to the current versio

Re: configure issue: getfsstat(), 'struct statfs' and 'struct fsstat'

2018-07-17 Thread Paul Eggert
Barath Aron wrote: Does gnulib support BSD's getmntinfo()? Since it looks not, what can we do? Gnulib ports to the operating systems (including BSD operating systems) available at the time Gnulib was written, and it still ports to the current versions of these operating systems as far as we k

Re: configure issue: getfsstat(), 'struct statfs' and 'struct fsstat'

2018-07-17 Thread Barath Aron
I don't want to flood the mailing lists, so let me merge Bruno's mail again. On 07/17/2018 05:49 PM, Paul Eggert wrote: On 07/16/2018 10:41 PM, Barath Aron wrote: I guess it is more like a hack than a solution. Quite true. We need a real solution here, not a hack. But that will need someone

Re: design problem in 'diff -r' comparing 2 trees.

2018-07-17 Thread L A Walsh
Morgan Weetman wrote: I'm not sure this is the correct list for your query... but does your diff not have a '--no-dereference' option? Ahhh...it does -- just not documented in the man page. As for sending to wrong list..look at that address. "bug-diffut...@gnu.org" of course I just

Re: configure issue: getfsstat(), 'struct statfs' and 'struct fsstat'

2018-07-17 Thread Paul Eggert
On 07/16/2018 10:41 PM, Barath Aron wrote: I guess it is more like a hack than a solution. Quite true. We need a real solution here, not a hack. But that will need someone to look into it. If Threos is supposed to be like POSIX, it should use the POSIXish part of the relevant Gnulib code, not

Re: design problem in 'diff -r' comparing 2 trees.

2018-07-17 Thread Morgan Weetman
I'm not sure this is the correct list for your query... but does your diff not have a '--no-dereference' option? On 17 July 2018 at 19:06, L A Walsh wrote: > > Problem I'm running into is comparing two copies of tree that also > contains multiple symlinks. > > First -- I see no way of telling di

design problem in 'diff -r' comparing 2 trees.

2018-07-17 Thread L A Walsh
Problem I'm running into is comparing two copies of tree that also contains multiple symlinks. First -- I see no way of telling diff not to follow symlinks in doing comparisons. This seems non-standard for unix/linux utils and in this case is causing alot of needless comparing like trying to