summaryrefslogtreecommitdiffstats
path: root/recipes-core/openjdk/patches-openjdk-7/icedtea-jdk-fix-xattr-include.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-core/openjdk/patches-openjdk-7/icedtea-jdk-fix-xattr-include.patch')
-rw-r--r--recipes-core/openjdk/patches-openjdk-7/icedtea-jdk-fix-xattr-include.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes-core/openjdk/patches-openjdk-7/icedtea-jdk-fix-xattr-include.patch b/recipes-core/openjdk/patches-openjdk-7/icedtea-jdk-fix-xattr-include.patch
new file mode 100644
index 0000000..ef44e7e
--- /dev/null
+++ b/recipes-core/openjdk/patches-openjdk-7/icedtea-jdk-fix-xattr-include.patch
@@ -0,0 +1,11 @@
1--- openjdk/jdk/src/solaris/native/sun/nio/fs/LinuxNativeDispatcher.c
2+++ openjdk/jdk/src/solaris/native/sun/nio/fs/LinuxNativeDispatcher.c
3@@ -38,7 +38,7 @@
4
5 #ifdef COMPILE_AGAINST_SYSCALLS
6 #include <sys/types.h>
7-#include <attr/xattr.h>
8+#include <sys/xattr.h>
9 #else
10 #include <syscalls_fp.h>
11 #endif