diff options
Diffstat (limited to 'source/l/libcap/libcap.capability.h.fix.broken.includes.diff')
-rw-r--r-- | source/l/libcap/libcap.capability.h.fix.broken.includes.diff | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/source/l/libcap/libcap.capability.h.fix.broken.includes.diff b/source/l/libcap/libcap.capability.h.fix.broken.includes.diff index 5a4fcbcf..dcf01e7a 100644 --- a/source/l/libcap/libcap.capability.h.fix.broken.includes.diff +++ b/source/l/libcap/libcap.capability.h.fix.broken.includes.diff @@ -1,11 +1,14 @@ ---- ./libcap/include/sys/capability.h.orig 2008-07-10 01:18:40.000000000 -0500 -+++ ./libcap/include/sys/capability.h 2009-04-11 13:19:33.000000000 -0500 -@@ -19,7 +19,7 @@ +--- ./libcap/include/sys/capability.h.orig 2009-08-27 00:01:01.000000000 -0500 ++++ ./libcap/include/sys/capability.h 2011-02-08 14:24:36.000000000 -0600 +@@ -19,9 +19,9 @@ * information for the user library. */ -#include <sys/types.h> -+#include <linux/types.h> - #include <stdint.h> +-#include <stdint.h> + #include <linux/types.h> ++#include <stdint.h> ++#include <sys/types.h> /* + * Required to limit what gets defined in the kernel header file. |