https://bugs.kde.org/show_bug.cgi?id=512291
--- Comment #4 from Paul Floyd <[email protected]> --- How does this affect illumos? I still see lrwxrwxrwx 1 root root 33 Apr 1 2025 /dev/crypto -> '../devices/pseudo/crypto@0:crypto' lrwxrwxrwx 1 root root 39 Apr 1 2025 /dev/cryptoadm -> '../devices/pseudo/cryptoadm@0:cryptoadm' plus the headers are all there, scalar_ioctl builds OK and the test passes. It's a bit more effort but what I'll do is 1. Add a configure check for sys/crypto/ioctl.h like HAVE_CRYPTO_IOCL 2. Put existing code in #ifdef HAVE_CRYPTO_IOCL blocks 2. Split scalar_crypto from scalar_ioctl FWIW I used Solaris for a long time (SPARC workstations from about 1997 to 2011, and a HP amd64 workstation at home from about 2004 to 2018. I still use illumos, mostly for Valgrind testing. -- You are receiving this mail because: You are watching all bug changes.
