blob: e6b39ca4711a04f5c5c4d463092985b622e16b14 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- lib/libcap/libcap.h~ 2008-04-23 10:45:33.000000000 +0400
+++ lib/libcap/libcap.h 2008-04-23 10:45:41.000000000 +0400
@@ -52,7 +52,7 @@
*/
#if !defined(_LINUX_CAPABILITY_VERSION) || \
- (_LINUX_CAPABILITY_VERSION != 0x19980330)
+ (_LINUX_CAPABILITY_VERSION <= 0x19980330)
# error "Kernel <linux/capability.h> does not match library"
# error "file "libcap.h" --> fix and recompile libcap"
|