summaryrefslogtreecommitdiffstats
path: root/source/l/libcap/libcap.capability.h.fix.broken.includes.diff
diff options
context:
space:
mode:
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.diff14
1 files changed, 0 insertions, 14 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
deleted file mode 100644
index dcf01e7a5..000000000
--- a/source/l/libcap/libcap.capability.h.fix.broken.includes.diff
+++ /dev/null
@@ -1,14 +0,0 @@
---- ./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 <stdint.h>
- #include <linux/types.h>
-+#include <stdint.h>
-+#include <sys/types.h>
-
- /*
- * Required to limit what gets defined in the kernel header file.