tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Is statfs() still supposed to be in libc?



On Tue, Mar 27, 2018 at 11:11:14AM -0500, Jason Bacon wrote:
> Thanks.  I'll propose a patch to NCBI to make their configure script a
> little smarter.  Their code already supports statvfs(), but it tries to use
> statfs() on NetBSD simply because it's present in libc.

Just make it prefer statvfs. There is no reason to ever use statfs if
statvfs is supported.

Joerg


Home | Main Index | Thread Index | Old Index