[OpenAFS-devel] arm linux 26 build issues
Simon Wilkinson
sxw@inf.ed.ac.uk
Thu, 7 Oct 2010 09:14:45 -0400
On 7 Oct 2010, at 08:40, omalleys@msu.edu 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.