K 10 svn:author V 7 delphij K 8 svn:date V 27 2023-03-07T06:57:25.828668Z K 7 svn:log V 755 xz: Improve compatibility with systems without capability mode support When the kernel is built without capability mode support, or when using an emulator like qemu-user-static that does not translate system calls, these calls will return a negative number and set the errno to ENOSYS. However, this error does not indicate a real programming or runtime error and is generally ignored by base system applications built with capability mode sandboxing. Match this behavior by making xz(1) to ignore ENOSYS errors when calling capability mode system calls too. PR: 269185 Reported by: Dan Kotowski (cherry picked from commit c237c10a2346dec422233db05b2012afd45363fa) Git Hash: 2e12642a65957e7ab518699e1f8a9a5aa95ea45f Git Author: delphij@FreeBSD.org END