summaryrefslogtreecommitdiff
path: root/user/openjdk7/icedtea-xattr.patch
diff options
context:
space:
mode:
Diffstat (limited to 'user/openjdk7/icedtea-xattr.patch')
-rw-r--r--user/openjdk7/icedtea-xattr.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/user/openjdk7/icedtea-xattr.patch b/user/openjdk7/icedtea-xattr.patch
deleted file mode 100644
index 51aee48c4..000000000
--- a/user/openjdk7/icedtea-xattr.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- openjdk/jdk/src/solaris/native/sun/nio/fs/LinuxNativeDispatcher.c.old 2018-10-22 05:32:13.000000000 +0000
-+++ openjdk/jdk/src/solaris/native/sun/nio/fs/LinuxNativeDispatcher.c 2019-02-27 01:37:00.950000000 +0000
-@@ -38,7 +38,7 @@
-
- #ifdef COMPILE_AGAINST_SYSCALLS
- #include <sys/types.h>
--#include <attr/xattr.h>
-+#include <sys/xattr.h>
- #else
- #include <syscalls_fp.h>
- #endif