Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 265304 | Differences between
and this patch

Collapse All | Expand All

(-)libcap-2.15.orig/libcap/include/sys/capability.h (-11 lines)
Lines 22-39 extern "C" { Link Here
22
#include <sys/types.h>
22
#include <sys/types.h>
23
#include <stdint.h>
23
#include <stdint.h>
24
24
25
/*
26
 * Make sure we can be included from userland by preventing
27
 * capability.h from including other kernel headers
28
 */
29
#define _LINUX_TYPES_H
30
#define _LINUX_FS_H
31
#define __LINUX_COMPILER_H
32
#define __user
25
#define __user
33
34
typedef unsigned int __u32;
35
typedef __u32 __le32;
36
37
#include <linux/capability.h>
26
#include <linux/capability.h>
38
27
39
/*
28
/*

Return to bug 265304