Using syscall() directly on macOS has been deprecated since 10.12. The value of AFS_SYSCALL on libkafs overlaps with SYS_poll, causing k_hasafs() to hang on macOS 11.0. Remove the AFS_SYSCALL macro to disable the AFS syscall on macOS.