Re: Manual Readability Feedback

2018-07-11 Thread Dale R. Worley
A couple of quite minor items: Bernhard Voelker writes: >> "Only use 'assert' to catch fully-implemented features of your code." > ^~~~ > > This sounds odd to me - as non-native English speaker - as well. > What about "Avoid to use 'assert' to

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

2018-07-11 Thread Bernhard Voelker
On 07/11/2018 02:00 PM, Barath Aron wrote: > Hello, > > I have a little issue around the detection of the getfsstat() function. > > According to multiple manuals from different BSD versions [1,2], the > signature of the BSD's getfsstat() is this: > int getfsstat(struct statfs *buf, long

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

2018-07-11 Thread Barath Aron
Hello, I have a little issue around the detection of the getfsstat() function. According to multiple manuals from different BSD versions [1,2], the signature of the BSD's getfsstat() is this: int getfsstat(struct statfs *buf, long bufsize, int mode); Note, it refers to 'struct statfs'. The