On 7 Oct 2010, at 08:40, [email protected] wrote: > /home/afs/openafs/src/afs/LINUX/osi_compat.h:158: error: implicit declaration > of function ?key_alloc?
Your kernel doesn't have keyring support, and it looks like we may have broken builds in that case. You could try adding: "#ifdef LINUX_KEYRING_SUPPORT" at line 148 of that file, and a "#endif" at line 200, and see if that helps you build further. Cheers, Simon. _______________________________________________ OpenAFS-devel mailing list [email protected] https://lists.openafs.org/mailman/listinfo/openafs-devel
