Use version 3 to avoid warning message in newer kernels.
[util-vserver.git] / src / capability-compat.h
index 8a684c6..b520ab0 100644 (file)
@@ -34,6 +34,6 @@ extern int capset (struct __user_cap_header_struct *, struct __user_cap_data_str
 #  define _LINUX_CAPABILITY_VERSION_1  _LINUX_CAPABILITY_VERSION
 #endif
 
-#ifndef _LINUX_CAPABILITY_VERSION_2
-#  define _LINUX_CAPABILITY_VERSION_2  0x20071026
+#ifndef _LINUX_CAPABILITY_VERSION_3
+#  define _LINUX_CAPABILITY_VERSION_3  0x20080522
 #endif