compat11-syscalls on FreeBSD12 packages

I've noticed some applications are still using the old fstat(2) structures. I'm going to bet it's that one. The structure changed with 12.0 but lots of applications are still using the pre-12.0 structures. You'll run into this issue quite quickly when you build a kernel without the COMPAT_FREEBSD11 option.
 
Back
Top