On Sun, 26 Apr 2026, Thomas Klausner wrote:
On Sat, Apr 25, 2026 at 08:48:21PM +0100, adr wrote:Hi, trying to compile sysutils/ntfsprogs I got this: ntfsclone.c:2328:13: error: implicit declaration of function 'fstatfs'; did you mean 'fstatvfs'? [-Wimplicit-function-declaration] 2328 | if (fstatfs(fd_out, &opt.stfs) == -1) | ^~~~~~~ | fstatvfs *** Error code 1I've just fixed this. Cheers, Thomas
Thanks Thomas. adr