aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew G. Morgan <morgan@kernel.org>2009-12-27 06:28:06 -0800
committerAndrew G. Morgan <morgan@kernel.org>2009-12-27 06:28:06 -0800
commit35f5d10ab4c3aaa8ddfa88f81f9a8371faee430b (patch)
treef231d19145d5a449467629ee44d88c5a4768f000
parent1a6e577e5130aa20768bc4bc5f6bb1ed65ca5e8f (diff)
downloadlibcap-35f5d10ab4c3aaa8ddfa88f81f9a8371faee430b.tar.gz
Update to latest kernel header 2.6.33.
Signed-off-by: Andrew G. Morgan <morgan@kernel.org>
-rw-r--r--libcap/include/linux/capability.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/libcap/include/linux/capability.h b/libcap/include/linux/capability.h
index c302110..39e5ff5 100644
--- a/libcap/include/linux/capability.h
+++ b/libcap/include/linux/capability.h
@@ -7,7 +7,7 @@
*
* See here for the libcap library ("POSIX draft" compliance):
*
- * ftp://linux.kernel.org/pub/linux/libs/security/linux-privs/kernel-2.6/
+ * ftp://www.kernel.org/pub/linux/libs/security/linux-privs/kernel-2.6/
*/
#ifndef _LINUX_CAPABILITY_H
@@ -92,9 +92,7 @@ struct vfs_cap_data {
#define _KERNEL_CAPABILITY_VERSION _LINUX_CAPABILITY_VERSION_3
#define _KERNEL_CAPABILITY_U32S _LINUX_CAPABILITY_U32S_3
-#ifdef CONFIG_SECURITY_FILE_CAPABILITIES
extern int file_caps_enabled;
-#endif
typedef struct kernel_cap_struct {
__u32 cap[_KERNEL_CAPABILITY_U32S];