sbcl 2.1.11 rebuild
[arch-packages.git] / java7-openjdk / trunk / icedtea-jdk-xattr.diff
blob4675ba20990653176d6b80877499dfcc8ad66dce
1 --- openjdk.orig/jdk/src/solaris/native/sun/nio/fs/LinuxNativeDispatcher.c 2019-05-30 09:55:45.271164370 +0300
2 +++ openjdk/jdk/src/solaris/native/sun/nio/fs/LinuxNativeDispatcher.c 2019-05-30 09:56:01.000980599 +0300
3 @@ -38,7 +38,7 @@
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