mirror of
https://git.openafs.org/openafs.git
synced 2025-01-19 15:30:14 +00:00
keyring-pag-more-needed-defines-20061014
some kernel don't have this. for post-1.4.2
This commit is contained in:
parent
3e10dc3a84
commit
78c9881ed3
@ -617,8 +617,8 @@ AC_DEFUN([LINUX_LINUX_KEYRING_SUPPORT], [
|
|||||||
#include <linux/keyctl.h>],
|
#include <linux/keyctl.h>],
|
||||||
[#ifdef CONFIG_KEYS
|
[#ifdef CONFIG_KEYS
|
||||||
request_key(NULL, NULL, NULL);
|
request_key(NULL, NULL, NULL);
|
||||||
#if !defined(KEY_POS_VIEW) || !defined(KEY_POS_SEARCH)
|
#if !defined(KEY_POS_VIEW) || !defined(KEY_POS_SEARCH) || !defined(KEY_POS_SETATTR)
|
||||||
#error "Your linux/key.h does not contain KEY_POS_VIEW or KEY_POS_SEARCH"
|
#error "Your linux/key.h does not contain KEY_POS_VIEW or KEY_POS_SEARCH or KEY_POS_SETATTR"
|
||||||
#endif
|
#endif
|
||||||
#else
|
#else
|
||||||
#error rebuild your kernel with CONFIG_KEYS
|
#error rebuild your kernel with CONFIG_KEYS
|
||||||
|
Loading…
Reference in New Issue
Block a user