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 | 14 |
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 dcf01e7a..00000000 --- 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. |