Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 218850
Collapse All | Expand All

(-)lib/libcap/libcap.h~ (-1 / +1 lines)
Lines 52-58 Link Here
52
 */
52
 */
53
53
54
#if !defined(_LINUX_CAPABILITY_VERSION) || \
54
#if !defined(_LINUX_CAPABILITY_VERSION) || \
55
            (_LINUX_CAPABILITY_VERSION != 0x19980330)
55
            (_LINUX_CAPABILITY_VERSION <= 0x19980330)
56
56
57
# error "Kernel <linux/capability.h> does not match library"
57
# error "Kernel <linux/capability.h> does not match library"
58
# error "file "libcap.h" --> fix and recompile libcap"
58
# error "file "libcap.h" --> fix and recompile libcap"

Return to bug 218850